#BBDE8F

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

Shades of Sulu #BBDE8F

Tints of Sulu #BBDE8F

Color information

#BBDE8F (or 0xBBDE8F) is unknown color: approx Sulu. HEX triplet: BB, DE and 8F. RGB value is (187,222,143). Sum of RGB (Red+Green+Blue) = 187+222+143=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE8F is #442170. Grayscale: #CACACA. Windows color (decimal): -4465009 or 9428667. OLE color: 9428667.

HSL color Cylindrical-coordinate representation of color #BBDE8F: hue angle of 86.58º degrees, saturation: 0.54, 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 #BBDE8F is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB187222143-
CMYK0.1600.360.13
HSL86.58º54.48%71.57%-
HSV(B)86.58º35.59%87.06%-
XYZ51.5764.7935.77-
YUV202.5394.4116.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 143 (56.25% from 255) = 25.91%
R=33.88%
G=40.22%
B=25.91%

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
Decimal1872221430.1600.360.1386.5854.4871.57
HexBBDE8F10024D573648
Octal273336217200441512766110
Binary101110111101111010001111100000100100110110101111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE8F; }

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

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

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

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

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

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

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

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