#B5F5DC

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

Shades of Water Leaf #B5F5DC

Tints of Water Leaf #B5F5DC

Color information

#B5F5DC (or 0xB5F5DC) is unknown color: approx Water Leaf. HEX triplet: B5, F5 and DC. RGB value is (181,245,220). Sum of RGB (Red+Green+Blue) = 181+245+220=646 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.02% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F5DC is #4A0A23. Grayscale: #DFDFDF. Windows color (decimal): -4852260 or 14480821. OLE color: 14480821.

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

Color convert

RGB181245220-
CMYK0.2600.100.04
HSL156.56º76.19%83.53%-
HSV(B)156.56º26.12%96.08%-
XYZ64.6380.379.8-
YUV223.01126.398.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.02%
GREEN value IS 245 (96.09% from 255) = 37.93%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=28.02%
G=37.93%
B=34.06%

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
Decimal1812452200.2600.100.04156.5676.1983.53
HexB5F5DC1A0A49d4c54
Octal265365334320124235114124
Binary10110101111101011101110011010010101001001110110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F5DC; }

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

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

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

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

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

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

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

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