#B7F0DE

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

Shades of Water Leaf #B7F0DE

Tints of Water Leaf #B7F0DE

Color information

#B7F0DE (or 0xB7F0DE) is unknown color: approx Water Leaf. HEX triplet: B7, F0 and DE. RGB value is (183,240,222). Sum of RGB (Red+Green+Blue) = 183+240+222=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0DE is #480F21. Grayscale: #DCDCDC. Windows color (decimal): -4722466 or 14610615. OLE color: 14610615.

HSL color Cylindrical-coordinate representation of color #B7F0DE: hue angle of 161.05º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F0DE is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB183240222-
CMYK0.2400.080.06
HSL161.05º65.52%82.94%-
HSV(B)161.05º23.75%94.12%-
XYZ63.8777.6680.73-
YUV220.9128.62100.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.37%
GREEN value IS 240 (94.14% from 255) = 37.21%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=28.37%
G=37.21%
B=34.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832402220.2400.080.06161.0565.5282.94
HexB7F0DE18086a14253
Octal267360336300106241102123
Binary10110111111100001101111011000010001101010000110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F0DE; }

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

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

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

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

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

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

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

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