#BBEA8F

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

Shades of Sulu #BBEA8F

Tints of Sulu #BBEA8F

Color information

#BBEA8F (or 0xBBEA8F) is unknown color: approx Sulu. HEX triplet: BB, EA and 8F. RGB value is (187,234,143). Sum of RGB (Red+Green+Blue) = 187+234+143=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA8F is #441570. Grayscale: #D1D1D1. Windows color (decimal): -4461937 or 9431739. OLE color: 9431739.

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

Color convert

RGB187234143-
CMYK0.2000.390.08
HSL90.99º68.42%73.92%-
HSV(B)90.99º38.89%91.76%-
XYZ54.8771.3936.87-
YUV209.5790.43111.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 234 (91.80% from 255) = 41.49%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=33.16%
G=41.49%
B=25.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341430.2000.390.0890.9968.4273.92
HexBBEA8F1402785b444a
Octal2733522172404710133104112
Binary1011101111101010100011111010001001111000101101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEA8F; }

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

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

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

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

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

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

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

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