#B5FCE4

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

Shades of Water Leaf #B5FCE4

Tints of Water Leaf #B5FCE4

Color information

#B5FCE4 (or 0xB5FCE4) is unknown color: approx Water Leaf. HEX triplet: B5, FC and E4. RGB value is (181,252,228). Sum of RGB (Red+Green+Blue) = 181+252+228=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCE4 is #4A031B. Grayscale: #E4E4E4. Windows color (decimal): -4850460 or 15006901. OLE color: 15006901.

HSL color Cylindrical-coordinate representation of color #B5FCE4: hue angle of 159.72º degrees, saturation: 0.92, 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 #B5FCE4 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB181252228-
CMYK0.2800.100.01
HSL159.72º92.21%84.9%-
HSV(B)159.72º28.17%98.82%-
XYZ67.8785.0586.24-
YUV228.03127.9894.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.38%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 228 (89.45% from 255) = 34.49%
R=27.38%
G=38.12%
B=34.49%

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
Decimal1812522280.2800.100.01159.7292.2184.9
HexB5FCE41C0A1a05c55
Octal265374344340121240134125
Binary101101011111110011100100111000101011010000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCE4; }

 p { color: rgb(181,252,228); }

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

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

 a { background-color: rgb(181,252,228); }

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

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

 span { border-color: rgb(181,252,228); }

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