#BCFB8C

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

Shades of Sulu #BCFB8C

Tints of Sulu #BCFB8C

Color information

#BCFB8C (or 0xBCFB8C) is unknown color: approx Sulu. HEX triplet: BC, FB and 8C. RGB value is (188,251,140). Sum of RGB (Red+Green+Blue) = 188+251+140=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB8C is #430473. Grayscale: #DBDBDB. Windows color (decimal): -4392052 or 9239484. OLE color: 9239484.

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

Color convert

RGB188251140-
CMYK0.2500.440.02
HSL94.05º93.28%76.67%-
HSV(B)94.05º44.22%98.43%-
XYZ59.9781.5837.4-
YUV219.5183.13105.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 140 (55.08% from 255) = 24.18%
R=32.47%
G=43.35%
B=24.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511400.2500.440.0294.0593.2876.67
HexBCFB8C1902C25e5d4d
Octal274373214310542136135115
Binary10111100111110111000110011001010110010101111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFB8C; }

 p { color: rgb(188,251,140); }

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

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

 a { background-color: rgb(188,251,140); }

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

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

 span { border-color: rgb(188,251,140); }

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