#BBFFE7

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

Shades of Water Leaf #BBFFE7

Tints of Water Leaf #BBFFE7

Color information

#BBFFE7 (or 0xBBFFE7) is unknown color: approx Water Leaf. HEX triplet: BB, FF and E7. RGB value is (187,255,231). Sum of RGB (Red+Green+Blue) = 187+255+231=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFE7 is #440018. Grayscale: #E7E7E7. Windows color (decimal): -4456473 or 15204283. OLE color: 15204283.

HSL color Cylindrical-coordinate representation of color #BBFFE7: hue angle of 158.82º 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 #BBFFE7 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB187255231-
CMYK0.2700.090
HSL158.82º100%86.67%-
HSV(B)158.82º26.67%100%-
XYZ70.6887.8588.83-
YUV231.93127.4795.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=27.79%
G=37.89%
B=34.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552310.2700.090158.8210086.67
HexBBFFE71B0909f6457
Octal273377347330110237144127
Binary101110111111111111100111110110100101001111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFE7; }

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

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

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

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

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

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

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

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