#BBDF8F

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

Shades of Sulu #BBDF8F

Tints of Sulu #BBDF8F

Color information

#BBDF8F (or 0xBBDF8F) is unknown color: approx Sulu. HEX triplet: BB, DF and 8F. RGB value is (187,223,143). Sum of RGB (Red+Green+Blue) = 187+223+143=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF8F is #442070. Grayscale: #CBCBCB. Windows color (decimal): -4464753 or 9428923. OLE color: 9428923.

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

Color convert

RGB187223143-
CMYK0.1600.360.13
HSL87º55.56%71.76%-
HSV(B)87º35.87%87.45%-
XYZ51.8465.3235.86-
YUV203.1294.07116.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 143 (56.25% from 255) = 25.86%
R=33.82%
G=40.33%
B=25.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231430.1600.360.138755.5671.76
HexBBDF8F10024D573848
Octal273337217200441512770110
Binary101110111101111110001111100000100100110110101111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF8F; }

 p { color: rgb(187,223,143); }

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

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

 a { background-color: rgb(187,223,143); }

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

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

 span { border-color: rgb(187,223,143); }

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