#BBEFE3

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

Shades of Water Leaf #BBEFE3

Tints of Water Leaf #BBEFE3

Color information

#BBEFE3 (or 0xBBEFE3) is unknown color: approx Water Leaf. HEX triplet: BB, EF and E3. RGB value is (187,239,227). Sum of RGB (Red+Green+Blue) = 187+239+227=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFE3 is #44101C. Grayscale: #DEDEDE. Windows color (decimal): -4460573 or 14938043. OLE color: 14938043.

HSL color Cylindrical-coordinate representation of color #BBEFE3: hue angle of 166.15º 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 #BBEFE3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB187239227-
CMYK0.2200.050.06
HSL166.15º61.9%83.53%-
HSV(B)166.15º21.76%93.73%-
XYZ65.2377.8484.26-
YUV222.08130.77102.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=28.64%
G=36.60%
B=34.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392270.2200.050.06166.1561.983.53
HexBBEFE316056a63e54
Octal2733573432605624676124
Binary101110111110111111100011101100101110101001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFE3; }

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

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

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

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

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

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

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

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