#BBDC8B

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

Shades of Sulu #BBDC8B

Tints of Sulu #BBDC8B

Color information

#BBDC8B (or 0xBBDC8B) is unknown color: approx Sulu. HEX triplet: BB, DC and 8B. RGB value is (187,220,139). Sum of RGB (Red+Green+Blue) = 187+220+139=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC8B is #442374. Grayscale: #C9C9C9. Windows color (decimal): -4465525 or 9166011. OLE color: 9166011.

HSL color Cylindrical-coordinate representation of color #BBDC8B: hue angle of 84.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBDC8B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB187220139-
CMYK0.1500.370.14
HSL84.44º53.64%70.39%-
HSV(B)84.44º36.82%86.27%-
XYZ50.7563.6234.03-
YUV200.993.07118.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=34.25%
G=40.29%
B=25.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201390.1500.370.1484.4453.6470.39
HexBBDC8BF025E543646
Octal273334213170451612466106
Binary10111011110111001000101111110100101111010101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC8B; }

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

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

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

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

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

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

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

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