#BBEF8E

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

Shades of Sulu #BBEF8E

Tints of Sulu #BBEF8E

Color information

#BBEF8E (or 0xBBEF8E) is unknown color: approx Sulu. HEX triplet: BB, EF and 8E. RGB value is (187,239,142). Sum of RGB (Red+Green+Blue) = 187+239+142=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEF8E is #441071. Grayscale: #D4D4D4. Windows color (decimal): -4460658 or 9367483. OLE color: 9367483.

HSL color Cylindrical-coordinate representation of color #BBEF8E: hue angle of 92.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBEF8E is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB187239142-
CMYK0.2200.410.06
HSL92.16º75.19%74.71%-
HSV(B)92.16º40.59%93.73%-
XYZ56.2474.2536.96-
YUV212.3988.27109.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 142 (55.86% from 255) = 25%
R=32.92%
G=42.08%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391420.2200.410.0692.1675.1974.71
HexBBEF8E1602965c4b4b
Octal273357216260516134113113
Binary101110111110111110001110101100101001110101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEF8E; }

 p { color: rgb(187,239,142); }

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

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

 a { background-color: rgb(187,239,142); }

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

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

 span { border-color: rgb(187,239,142); }

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