#B7E4DD

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

Shades of Water Leaf #B7E4DD

Tints of Water Leaf #B7E4DD

Color information

#B7E4DD (or 0xB7E4DD) is unknown color: approx Water Leaf. HEX triplet: B7, E4 and DD. RGB value is (183,228,221). Sum of RGB (Red+Green+Blue) = 183+228+221=632 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.96% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #B7E4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E4DD is #481B22. Grayscale: #D5D5D5. Windows color (decimal): -4725539 or 14542007. OLE color: 14542007.

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

Color convert

RGB183228221-
CMYK0.2000.030.11
HSL170.67º45.45%80.59%-
HSV(B)170.67º19.74%89.41%-
XYZ60.3270.7778.89-
YUV213.75132.09106.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.96%
GREEN value IS 228 (89.45% from 255) = 36.08%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=28.96%
G=36.08%
B=34.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1832282210.2000.030.11170.6745.4580.59
HexB7E4DD1403Bab2d51
Octal26734433524031325355121
Binary101101111110010011011101101000111011101010111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E4DD; }

 p { color: rgb(183,228,221); }

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

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

 a { background-color: rgb(183,228,221); }

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

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

 span { border-color: rgb(183,228,221); }

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