#B7E5DF

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

Shades of Water Leaf #B7E5DF

Tints of Water Leaf #B7E5DF

Color information

#B7E5DF (or 0xB7E5DF) is unknown color: approx Water Leaf. HEX triplet: B7, E5 and DF. RGB value is (183,229,223). Sum of RGB (Red+Green+Blue) = 183+229+223=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #B7E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E5DF is #481A20. Grayscale: #D6D6D6. Windows color (decimal): -4725281 or 14673335. OLE color: 14673335.

HSL color Cylindrical-coordinate representation of color #B7E5DF: hue angle of 172.17º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E5DF is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB183229223-
CMYK0.2000.030.10
HSL172.17º46.94%80.78%-
HSV(B)172.17º20.09%89.8%-
XYZ60.8771.4380.39-
YUV214.56132.76105.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.82%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=28.82%
G=36.06%
B=35.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1832292230.2000.030.10172.1746.9480.78
HexB7E5DF1403Aac2f51
Octal26734533724031225457121
Binary101101111110010111011111101000111010101011001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E5DF; }

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

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

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

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

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

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

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

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