#B5FBDE

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

Shades of Water Leaf #B5FBDE

Tints of Water Leaf #B5FBDE

Color information

#B5FBDE (or 0xB5FBDE) is unknown color: approx Water Leaf. HEX triplet: B5, FB and DE. RGB value is (181,251,222). Sum of RGB (Red+Green+Blue) = 181+251+222=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBDE is #4A0421. Grayscale: #E2E2E2. Windows color (decimal): -4850722 or 14613429. OLE color: 14613429.

HSL color Cylindrical-coordinate representation of color #B5FBDE: hue angle of 155.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBDE is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB181251222-
CMYK0.2800.120.02
HSL155.14º89.74%84.71%-
HSV(B)155.14º27.89%98.43%-
XYZ66.7484.0981.82-
YUV226.76125.3195.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.68%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=27.68%
G=38.38%
B=33.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512220.2800.120.02155.1489.7484.71
HexB5FBDE1C0C29b5a55
Octal265373336340142233132125
Binary1011010111111011110111101110001100101001101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBDE; }

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

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

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

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

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

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

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

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