#BBEFE1

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

Shades of Water Leaf #BBEFE1

Tints of Water Leaf #BBEFE1

Color information

#BBEFE1 (or 0xBBEFE1) is unknown color: approx Water Leaf. HEX triplet: BB, EF and E1. RGB value is (187,239,225). Sum of RGB (Red+Green+Blue) = 187+239+225=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFE1 is #44101E. Grayscale: #DDDDDD. Windows color (decimal): -4460575 or 14806971. OLE color: 14806971.

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

Color convert

RGB187239225-
CMYK0.2200.060.06
HSL163.85º61.9%83.53%-
HSV(B)163.85º21.76%93.73%-
XYZ64.9577.7382.82-
YUV221.86129.77103.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 225 (88.28% from 255) = 34.56%
R=28.73%
G=36.71%
B=34.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392250.2200.060.06163.8561.983.53
HexBBEFE116066a43e54
Octal2733573412606624476124
Binary101110111110111111100001101100110110101001001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFE1; }

 p { color: rgb(187,239,225); }

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

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

 a { background-color: rgb(187,239,225); }

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

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

 span { border-color: rgb(187,239,225); }

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