#B7EDDB

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

Shades of Water Leaf #B7EDDB

Tints of Water Leaf #B7EDDB

Color information

#B7EDDB (or 0xB7EDDB) is unknown color: approx Water Leaf. HEX triplet: B7, ED and DB. RGB value is (183,237,219). Sum of RGB (Red+Green+Blue) = 183+237+219=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDDB is #481224. Grayscale: #DADADA. Windows color (decimal): -4723237 or 14413239. OLE color: 14413239.

HSL color Cylindrical-coordinate representation of color #B7EDDB: hue angle of 160º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDDB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB183237219-
CMYK0.2300.080.07
HSL160º60%82.35%-
HSV(B)160º22.78%92.94%-
XYZ62.675.7578.34-
YUV218.8128.11102.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.64%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=28.64%
G=37.09%
B=34.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832372190.2300.080.071606082.35
HexB7EDDB17087a03c52
Octal26735533327010724074122
Binary1011011111101101110110111011101000111101000001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EDDB; }

 p { color: rgb(183,237,219); }

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

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

 a { background-color: rgb(183,237,219); }

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

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

 span { border-color: rgb(183,237,219); }

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