#BBEDE7

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

Shades of Water Leaf #BBEDE7

Tints of Water Leaf #BBEDE7

Color information

#BBEDE7 (or 0xBBEDE7) is unknown color: approx Water Leaf. HEX triplet: BB, ED and E7. RGB value is (187,237,231). Sum of RGB (Red+Green+Blue) = 187+237+231=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDE7 is #441218. Grayscale: #DDDDDD. Windows color (decimal): -4461081 or 15199675. OLE color: 15199675.

HSL color Cylindrical-coordinate representation of color #BBEDE7: hue angle of 172.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB187237231-
CMYK0.2100.030.07
HSL172.8º58.14%83.14%-
HSV(B)172.8º21.1%92.94%-
XYZ65.276.987.01-
YUV221.37133.44103.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=28.55%
G=36.18%
B=35.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372310.2100.030.07172.858.1483.14
HexBBEDE715037ad3a53
Octal2733553472503725572123
Binary10111011111011011110011110101011111101011011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDE7; }

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

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

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

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

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

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

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

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