#B5F0DE

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

Shades of Water Leaf #B5F0DE

Tints of Water Leaf #B5F0DE

Color information

#B5F0DE (or 0xB5F0DE) is unknown color: approx Water Leaf. HEX triplet: B5, F0 and DE. RGB value is (181,240,222). Sum of RGB (Red+Green+Blue) = 181+240+222=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0DE is #4A0F21. Grayscale: #DCDCDC. Windows color (decimal): -4853538 or 14610613. OLE color: 14610613.

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

Color convert

RGB181240222-
CMYK0.2500.080.06
HSL161.69º66.29%82.55%-
HSV(B)161.69º24.58%94.12%-
XYZ63.477.4280.71-
YUV220.31128.9599.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.15%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=28.15%
G=37.33%
B=34.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402220.2500.080.06161.6966.2982.55
HexB5F0DE19086a24253
Octal265360336310106242102123
Binary10110101111100001101111011001010001101010001010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0DE; }

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

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

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

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

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

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

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

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