#BCDF90

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

Shades of Sulu #BCDF90

Tints of Sulu #BCDF90

Color information

#BCDF90 (or 0xBCDF90) is unknown color: approx Sulu. HEX triplet: BC, DF and 90. RGB value is (188,223,144). Sum of RGB (Red+Green+Blue) = 188+223+144=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF90 is #43206F. Grayscale: #CBCBCB. Windows color (decimal): -4399216 or 9494460. OLE color: 9494460.

HSL color Cylindrical-coordinate representation of color #BCDF90: hue angle of 86.58º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDF90 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB188223144-
CMYK0.1600.350.13
HSL86.58º55.24%71.96%-
HSV(B)86.58º35.43%87.45%-
XYZ52.1665.4836.28-
YUV203.5394.4116.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 223 (87.5% from 255) = 40.18%
BLUE value IS 144 (56.64% from 255) = 25.95%
R=33.87%
G=40.18%
B=25.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231440.1600.350.1386.5855.2471.96
HexBCDF9010023D573748
Octal274337220200431512767110
Binary101111001101111110010000100000100011110110101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDF90; }

 p { color: rgb(188,223,144); }

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

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

 a { background-color: rgb(188,223,144); }

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

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

 span { border-color: rgb(188,223,144); }

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