#BBDD8B

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

Shades of Sulu #BBDD8B

Tints of Sulu #BBDD8B

Color information

#BBDD8B (or 0xBBDD8B) is unknown color: approx Sulu. HEX triplet: BB, DD and 8B. RGB value is (187,221,139). Sum of RGB (Red+Green+Blue) = 187+221+139=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD8B is #442274. Grayscale: #C9C9C9. Windows color (decimal): -4465269 or 9166267. OLE color: 9166267.

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

Color convert

RGB187221139-
CMYK0.1500.370.13
HSL84.88º54.67%70.59%-
HSV(B)84.88º37.1%86.67%-
XYZ51.0164.1434.12-
YUV201.4992.74117.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 139 (54.69% from 255) = 25.41%
R=34.19%
G=40.40%
B=25.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211390.1500.370.1384.8854.6770.59
HexBBDD8BF025D553747
Octal273335213170451512567107
Binary10111011110111011000101111110100101110110101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD8B; }

 p { color: rgb(187,221,139); }

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

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

 a { background-color: rgb(187,221,139); }

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

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

 span { border-color: rgb(187,221,139); }

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