#B7F5DE

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

Shades of Water Leaf #B7F5DE

Tints of Water Leaf #B7F5DE

Color information

#B7F5DE (or 0xB7F5DE) is unknown color: approx Water Leaf. HEX triplet: B7, F5 and DE. RGB value is (183,245,222). Sum of RGB (Red+Green+Blue) = 183+245+222=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F5DE is #480A21. Grayscale: #DFDFDF. Windows color (decimal): -4721186 or 14611895. OLE color: 14611895.

HSL color Cylindrical-coordinate representation of color #B7F5DE: hue angle of 157.74º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F5DE is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB183245222-
CMYK0.2500.090.04
HSL157.74º75.61%83.92%-
HSV(B)157.74º25.31%96.08%-
XYZ65.3780.6581.23-
YUV223.84126.9698.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.15%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=28.15%
G=37.69%
B=34.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1832452220.2500.090.04157.7475.6183.92
HexB7F5DE190949e4c54
Octal267365336310114236114124
Binary10110111111101011101111011001010011001001111010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F5DE; }

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

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

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

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

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

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

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

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