#B7E7DE

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

Shades of Water Leaf #B7E7DE

Tints of Water Leaf #B7E7DE

Color information

#B7E7DE (or 0xB7E7DE) is unknown color: approx Water Leaf. HEX triplet: B7, E7 and DE. RGB value is (183,231,222). Sum of RGB (Red+Green+Blue) = 183+231+222=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #B7E7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E7DE is #481821. Grayscale: #D7D7D7. Windows color (decimal): -4724770 or 14608311. OLE color: 14608311.

HSL color Cylindrical-coordinate representation of color #B7E7DE: hue angle of 168.75º degrees, saturation: 0.5, 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 #B7E7DE is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB183231222-
CMYK0.2100.040.09
HSL168.75º50%81.18%-
HSV(B)168.75º20.78%90.59%-
XYZ61.2972.4979.87-
YUV215.62131.6104.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.77%
GREEN value IS 231 (90.62% from 255) = 36.32%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=28.77%
G=36.32%
B=34.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1832312220.2100.040.09168.755081.18
HexB7E7DE15049a93251
Octal26734733625041125162121
Binary1011011111100111110111101010101001001101010011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E7DE; }

 p { color: rgb(183,231,222); }

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

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

 a { background-color: rgb(183,231,222); }

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

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

 span { border-color: rgb(183,231,222); }

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