#B5F4DC

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

Shades of Water Leaf #B5F4DC

Tints of Water Leaf #B5F4DC

Color information

#B5F4DC (or 0xB5F4DC) is unknown color: approx Water Leaf. HEX triplet: B5, F4 and DC. RGB value is (181,244,220). Sum of RGB (Red+Green+Blue) = 181+244+220=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F4DC is #4A0B23. Grayscale: #DEDEDE. Windows color (decimal): -4852516 or 14480565. OLE color: 14480565.

HSL color Cylindrical-coordinate representation of color #B5F4DC: hue angle of 157.14º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F4DC is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB181244220-
CMYK0.2600.100.04
HSL157.14º74.12%83.33%-
HSV(B)157.14º25.82%95.69%-
XYZ64.3379.6979.7-
YUV222.43126.6398.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.06%
GREEN value IS 244 (95.70% from 255) = 37.83%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=28.06%
G=37.83%
B=34.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1812442200.2600.100.04157.1474.1283.33
HexB5F4DC1A0A49d4a53
Octal265364334320124235112123
Binary10110101111101001101110011010010101001001110110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F4DC; }

 p { color: rgb(181,244,220); }

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

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

 a { background-color: rgb(181,244,220); }

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

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

 span { border-color: rgb(181,244,220); }

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