#BBDC88

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

Shades of Sulu #BBDC88

Tints of Sulu #BBDC88

Color information

#BBDC88 (or 0xBBDC88) is unknown color: approx Sulu. HEX triplet: BB, DC and 88. RGB value is (187,220,136). Sum of RGB (Red+Green+Blue) = 187+220+136=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC88 is #442377. Grayscale: #C8C8C8. Windows color (decimal): -4465528 or 8969403. OLE color: 8969403.

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

Color convert

RGB187220136-
CMYK0.1500.380.14
HSL83.57º54.55%69.8%-
HSV(B)83.57º38.18%86.27%-
XYZ50.5363.5332.89-
YUV200.5691.57118.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 136 (53.52% from 255) = 25.05%
R=34.44%
G=40.52%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201360.1500.380.1483.5754.5569.8
HexBBDC88F026E543746
Octal273334210170461612467106
Binary10111011110111001000100011110100110111010101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC88; }

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

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

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

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

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

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

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

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