#B5F1DC

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

Shades of Water Leaf #B5F1DC

Tints of Water Leaf #B5F1DC

Color information

#B5F1DC (or 0xB5F1DC) is unknown color: approx Water Leaf. HEX triplet: B5, F1 and DC. RGB value is (181,241,220). Sum of RGB (Red+Green+Blue) = 181+241+220=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1DC is #4A0E23. Grayscale: #DCDCDC. Windows color (decimal): -4853284 or 14479797. OLE color: 14479797.

HSL color Cylindrical-coordinate representation of color #B5F1DC: hue angle of 159º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1DC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB181241220-
CMYK0.2500.090.05
HSL159º68.18%82.75%-
HSV(B)159º24.9%94.51%-
XYZ63.4377.979.4-
YUV220.67127.6299.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.19%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=28.19%
G=37.54%
B=34.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412200.2500.090.0515968.1882.75
HexB5F1DC190959f4453
Octal265361334310115237104123
Binary10110101111100011101110011001010011011001111110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1DC; }

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

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

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

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

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

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

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

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