#BBF086

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

Shades of Sulu #BBF086

Tints of Sulu #BBF086

Color information

#BBF086 (or 0xBBF086) is unknown color: approx Sulu. HEX triplet: BB, F0 and 86. RGB value is (187,240,134). Sum of RGB (Red+Green+Blue) = 187+240+134=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF086 is #440F79. Grayscale: #D4D4D4. Windows color (decimal): -4460410 or 8843451. OLE color: 8843451.

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

Color convert

RGB187240134-
CMYK0.2200.440.06
HSL90º77.94%73.33%-
HSV(B)90º44.17%94.12%-
XYZ55.9674.6134.01-
YUV212.0783.94110.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 134 (52.73% from 255) = 23.89%
R=33.33%
G=42.78%
B=23.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872401340.2200.440.069077.9473.33
HexBBF0861602C65a4e49
Octal273360206260546132116111
Binary101110111111000010000110101100101100110101101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF086; }

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

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

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

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

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

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

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

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