#BBFA8E

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

Shades of Sulu #BBFA8E

Tints of Sulu #BBFA8E

Color information

#BBFA8E (or 0xBBFA8E) is unknown color: approx Sulu. HEX triplet: BB, FA and 8E. RGB value is (187,250,142). Sum of RGB (Red+Green+Blue) = 187+250+142=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFA8E is #440571. Grayscale: #DBDBDB. Windows color (decimal): -4457842 or 9370299. OLE color: 9370299.

HSL color Cylindrical-coordinate representation of color #BBFA8E: hue angle of 95º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBFA8E is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB187250142-
CMYK0.2500.430.02
HSL95º91.53%76.86%-
HSV(B)95º43.2%98.04%-
XYZ59.5680.8938.07-
YUV218.8584.63105.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 142 (55.86% from 255) = 24.53%
R=32.30%
G=43.18%
B=24.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501420.2500.430.029591.5376.86
HexBBFA8E1902B25f5c4d
Octal273372216310532137134115
Binary10111011111110101000111011001010101110101111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFA8E; }

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

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

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

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

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

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

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

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