#BBEE85

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

Shades of Sulu #BBEE85

Tints of Sulu #BBEE85

Color information

#BBEE85 (or 0xBBEE85) is unknown color: approx Sulu. HEX triplet: BB, EE and 85. RGB value is (187,238,133). Sum of RGB (Red+Green+Blue) = 187+238+133=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEE85 is #44117A. Grayscale: #D3D3D3. Windows color (decimal): -4460923 or 8777403. OLE color: 8777403.

HSL color Cylindrical-coordinate representation of color #BBEE85: hue angle of 89.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBEE85 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB187238133-
CMYK0.2100.440.07
HSL89.14º75.54%72.75%-
HSV(B)89.14º44.12%93.33%-
XYZ55.373.4133.44-
YUV210.7884.1111.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=33.51%
G=42.65%
B=23.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872381330.2100.440.0789.1475.5472.75
HexBBEE851502C7594c49
Octal273356205250547131114111
Binary101110111110111010000101101010101100111101100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEE85; }

 p { color: rgb(187,238,133); }

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

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

 a { background-color: rgb(187,238,133); }

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

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

 span { border-color: rgb(187,238,133); }

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