#BBFFE3

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

Shades of Water Leaf #BBFFE3

Tints of Water Leaf #BBFFE3

Color information

#BBFFE3 (or 0xBBFFE3) is unknown color: approx Water Leaf. HEX triplet: BB, FF and E3. RGB value is (187,255,227). Sum of RGB (Red+Green+Blue) = 187+255+227=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFE3 is #44001C. Grayscale: #E7E7E7. Windows color (decimal): -4456477 or 14942139. OLE color: 14942139.

HSL color Cylindrical-coordinate representation of color #BBFFE3: hue angle of 155.29º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFE3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB187255227-
CMYK0.2700.110
HSL155.29º100%86.67%-
HSV(B)155.29º26.67%100%-
XYZ70.1287.6385.89-
YUV231.48125.4796.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=27.95%
G=38.12%
B=33.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552270.2700.110155.2910086.67
HexBBFFE31B0B09b6457
Octal273377343330130233144127
Binary101110111111111111100011110110101101001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFE3; }

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

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

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

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

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

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

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

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