#B7ECDC

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

Shades of Water Leaf #B7ECDC

Tints of Water Leaf #B7ECDC

Color information

#B7ECDC (or 0xB7ECDC) is unknown color: approx Water Leaf. HEX triplet: B7, EC and DC. RGB value is (183,236,220). Sum of RGB (Red+Green+Blue) = 183+236+220=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B7ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7ECDC is #481323. Grayscale: #DADADA. Windows color (decimal): -4723492 or 14478519. OLE color: 14478519.

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

Color convert

RGB183236220-
CMYK0.2200.070.07
HSL161.89º58.24%82.16%-
HSV(B)161.89º22.46%92.55%-
XYZ62.4475.2378.94-
YUV218.33128.94102.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.64%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=28.64%
G=36.93%
B=34.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832362200.2200.070.07161.8958.2482.16
HexB7ECDC16077a23a52
Octal2673543342607724272122
Binary101101111110110011011100101100111111101000101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ECDC; }

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

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

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

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

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

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

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

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