#B7ECDF

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

Shades of Water Leaf #B7ECDF

Tints of Water Leaf #B7ECDF

Color information

#B7ECDF (or 0xB7ECDF) is unknown color: approx Water Leaf. HEX triplet: B7, EC and DF. RGB value is (183,236,223). Sum of RGB (Red+Green+Blue) = 183+236+223=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #B7ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7ECDF is #481320. Grayscale: #DADADA. Windows color (decimal): -4723489 or 14675127. OLE color: 14675127.

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

Color convert

RGB183236223-
CMYK0.2200.060.07
HSL165.28º58.24%82.16%-
HSV(B)165.28º22.46%92.55%-
XYZ62.8475.3981.05-
YUV218.67130.44102.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.50%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=28.50%
G=36.76%
B=34.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832362230.2200.060.07165.2858.2482.16
HexB7ECDF16067a53a52
Octal2673543372606724572122
Binary101101111110110011011111101100110111101001011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ECDF; }

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

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

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

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

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

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

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

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