#B5F1DE

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

Shades of Water Leaf #B5F1DE

Tints of Water Leaf #B5F1DE

Color information

#B5F1DE (or 0xB5F1DE) is unknown color: approx Water Leaf. HEX triplet: B5, F1 and DE. RGB value is (181,241,222). Sum of RGB (Red+Green+Blue) = 181+241+222=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1DE is #4A0E21. Grayscale: #DCDCDC. Windows color (decimal): -4853282 or 14610869. OLE color: 14610869.

HSL color Cylindrical-coordinate representation of color #B5F1DE: hue angle of 161º 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 #B5F1DE is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB181241222-
CMYK0.2500.080.05
HSL161º68.18%82.75%-
HSV(B)161º24.9%94.51%-
XYZ63.778.0180.81-
YUV220.89128.6299.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=28.11%
G=37.42%
B=34.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412220.2500.080.0516168.1882.75
HexB5F1DE19085a14453
Octal265361336310105241104123
Binary10110101111100011101111011001010001011010000110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1DE; }

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

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

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

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

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

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

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

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