#BBFAE3

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

Shades of Water Leaf #BBFAE3

Tints of Water Leaf #BBFAE3

Color information

#BBFAE3 (or 0xBBFAE3) is unknown color: approx Water Leaf. HEX triplet: BB, FA and E3. RGB value is (187,250,227). Sum of RGB (Red+Green+Blue) = 187+250+227=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAE3 is #44051C. Grayscale: #E4E4E4. Windows color (decimal): -4457757 or 14940859. OLE color: 14940859.

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

Color convert

RGB187250227-
CMYK0.2500.090.02
HSL158.1º86.3%85.69%-
HSV(B)158.1º25.2%98.04%-
XYZ68.5484.4885.37-
YUV228.54127.1398.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 227 (89.06% from 255) = 34.19%
R=28.16%
G=37.65%
B=34.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502270.2500.090.02158.186.385.69
HexBBFAE3190929e5656
Octal273372343310112236126126
Binary1011101111111010111000111100101001101001111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAE3; }

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

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

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

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

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

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

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

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