#B7ECDA

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

Shades of Water Leaf #B7ECDA

Tints of Water Leaf #B7ECDA

Color information

#B7ECDA (or 0xB7ECDA) is unknown color: approx Water Leaf. HEX triplet: B7, EC and DA. RGB value is (183,236,218). Sum of RGB (Red+Green+Blue) = 183+236+218=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B7ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7ECDA is #481325. Grayscale: #DADADA. Windows color (decimal): -4723494 or 14347447. OLE color: 14347447.

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

Color convert

RGB183236218-
CMYK0.2200.080.07
HSL159.62º58.24%82.16%-
HSV(B)159.62º22.46%92.55%-
XYZ62.1875.1277.55-
YUV218.1127.94102.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.73%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=28.73%
G=37.05%
B=34.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832362180.2200.080.07159.6258.2482.16
HexB7ECDA16087a03a52
Octal26735433226010724072122
Binary1011011111101100110110101011001000111101000001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ECDA; }

 p { color: rgb(183,236,218); }

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

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

 a { background-color: rgb(183,236,218); }

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

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

 span { border-color: rgb(183,236,218); }

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