#B7E8DD

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

Shades of Water Leaf #B7E8DD

Tints of Water Leaf #B7E8DD

Color information

#B7E8DD (or 0xB7E8DD) is unknown color: approx Water Leaf. HEX triplet: B7, E8 and DD. RGB value is (183,232,221). Sum of RGB (Red+Green+Blue) = 183+232+221=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E8DD is #481722. Grayscale: #D8D8D8. Windows color (decimal): -4724515 or 14543031. OLE color: 14543031.

HSL color Cylindrical-coordinate representation of color #B7E8DD: hue angle of 166.53º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7E8DD is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB183232221-
CMYK0.2100.050.09
HSL166.53º51.58%81.37%-
HSV(B)166.53º21.12%90.98%-
XYZ61.447379.26-
YUV216.1130.77104.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.77%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=28.77%
G=36.48%
B=34.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1832322210.2100.050.09166.5351.5881.37
HexB7E8DD15059a73451
Octal26735033525051124764121
Binary1011011111101000110111011010101011001101001111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E8DD; }

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

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

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

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

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

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

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

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