#BCFB81

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

Shades of Sulu #BCFB81

Tints of Sulu #BCFB81

Color information

#BCFB81 (or 0xBCFB81) is unknown color: approx Sulu. HEX triplet: BC, FB and 81. RGB value is (188,251,129). Sum of RGB (Red+Green+Blue) = 188+251+129=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB81 is #43047E. Grayscale: #DADADA. Windows color (decimal): -4392063 or 8518588. OLE color: 8518588.

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

Color convert

RGB188251129-
CMYK0.2500.490.02
HSL90.98º93.85%74.51%-
HSV(B)90.98º48.61%98.43%-
XYZ59.281.2733.34-
YUV218.2577.63106.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 129 (50.78% from 255) = 22.71%
R=33.10%
G=44.19%
B=22.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511290.2500.490.0290.9893.8574.51
HexBCFB811903125b5e4b
Octal274373201310612133136113
Binary10111100111110111000000111001011000110101101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFB81; }

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

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

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

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

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

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

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

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