#BCFA6E

Color #BCFA6E Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCFA6E

Tints of Sulu #BCFA6E

Color information

#BCFA6E (or 0xBCFA6E) is unknown color: approx Sulu. HEX triplet: BC, FA and 6E. RGB value is (188,250,110). Sum of RGB (Red+Green+Blue) = 188+250+110=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA6E is #430591. Grayscale: #D8D8D8. Windows color (decimal): -4392338 or 7273148. OLE color: 7273148.

HSL color Cylindrical-coordinate representation of color #BCFA6E: hue angle of 86.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCFA6E is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB188250110-
CMYK0.2500.560.02
HSL86.57º93.33%70.59%-
HSV(B)86.57º56%98.04%-
XYZ57.7480.1927.19-
YUV215.568.46108.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 250 (98.05% from 255) = 45.62%
BLUE value IS 110 (43.36% from 255) = 20.07%
R=34.31%
G=45.62%
B=20.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501100.2500.560.0286.5793.3370.59
HexBCFA6E190382575d47
Octal274372156310702127135107
Binary1011110011111010110111011001011100010101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA6E; }

 p { color: rgb(188,250,110); }

 H1.HeaderClassName
 {
   color: #BCFA6E;
 }
 .AnyTagClassName
 {
   color: #BCFA6E;
 }
</style>
background-color css

<style>
 a { background-color: #BCFA6E; }

 a { background-color: rgb(188,250,110); }

 div.DivClassName
 {
   background-color: #BCFA6E;
 }
 .BgClassName
 {
   background-color: #BCFA6E;
 }
</style>
border-color css

<style>
 span { border-color: #BCFA6E; }

 span { border-color: rgb(188,250,110); }

 td.TdClassName
 {
   border-color: #BCFA6E;
 }
 .TagClassName
 {
   border-color: #BCFA6E;
 }
</style>