#B5FDE3

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

Shades of Water Leaf #B5FDE3

Tints of Water Leaf #B5FDE3

Color information

#B5FDE3 (or 0xB5FDE3) is unknown color: approx Water Leaf. HEX triplet: B5, FD and E3. RGB value is (181,253,227). Sum of RGB (Red+Green+Blue) = 181+253+227=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FDE3 is #4A021C. Grayscale: #E4E4E4. Windows color (decimal): -4850205 or 14941621. OLE color: 14941621.

HSL color Cylindrical-coordinate representation of color #B5FDE3: hue angle of 158.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FDE3 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB181253227-
CMYK0.2800.100.01
HSL158.33º94.74%85.1%-
HSV(B)158.33º28.46%99.22%-
XYZ68.0585.6285.61-
YUV228.51127.1594.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.38%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 227 (89.06% from 255) = 34.34%
R=27.38%
G=38.28%
B=34.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812532270.2800.100.01158.3394.7485.1
HexB5FDE31C0A19e5f55
Octal265375343340121236137125
Binary101101011111110111100011111000101011001111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FDE3; }

 p { color: rgb(181,253,227); }

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

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

 a { background-color: rgb(181,253,227); }

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

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

 span { border-color: rgb(181,253,227); }

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