#BBDE86

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

Shades of Sulu #BBDE86

Tints of Sulu #BBDE86

Color information

#BBDE86 (or 0xBBDE86) is unknown color: approx Sulu. HEX triplet: BB, DE and 86. RGB value is (187,222,134). Sum of RGB (Red+Green+Blue) = 187+222+134=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE86 is #442179. Grayscale: #C9C9C9. Windows color (decimal): -4465018 or 8838843. OLE color: 8838843.

HSL color Cylindrical-coordinate representation of color #BBDE86: hue angle of 83.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDE86 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB187222134-
CMYK0.1600.400.13
HSL83.86º57.14%69.8%-
HSV(B)83.86º39.64%87.06%-
XYZ50.9264.5332.33-
YUV201.589.9117.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=34.44%
G=40.88%
B=24.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872221340.1600.400.1383.8657.1469.8
HexBBDE8610028D543946
Octal273336206200501512471106
Binary101110111101111010000110100000101000110110101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE86; }

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

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

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

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

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

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

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

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