#BBEA84

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

Shades of Sulu #BBEA84

Tints of Sulu #BBEA84

Color information

#BBEA84 (or 0xBBEA84) is unknown color: approx Sulu. HEX triplet: BB, EA and 84. RGB value is (187,234,132). Sum of RGB (Red+Green+Blue) = 187+234+132=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA84 is #44157B. Grayscale: #D0D0D0. Windows color (decimal): -4461948 or 8710843. OLE color: 8710843.

HSL color Cylindrical-coordinate representation of color #BBEA84: hue angle of 87.65º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBEA84 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB187234132-
CMYK0.2000.440.08
HSL87.65º70.83%71.76%-
HSV(B)87.65º43.59%91.76%-
XYZ54.0871.0832.7-
YUV208.3284.93112.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 132 (51.95% from 255) = 23.87%
R=33.82%
G=42.31%
B=23.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341320.2000.440.0887.6570.8371.76
HexBBEA841402C8584748
Octal2733522042405410130107110
Binary1011101111101010100001001010001011001000101100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEA84; }

 p { color: rgb(187,234,132); }

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

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

 a { background-color: rgb(187,234,132); }

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

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

 span { border-color: rgb(187,234,132); }

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