#B5FAE6

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

Shades of Water Leaf #B5FAE6

Tints of Water Leaf #B5FAE6

Color information

#B5FAE6 (or 0xB5FAE6) is unknown color: approx Water Leaf. HEX triplet: B5, FA and E6. RGB value is (181,250,230). Sum of RGB (Red+Green+Blue) = 181+250+230=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FAE6 is #4A0519. Grayscale: #E3E3E3. Windows color (decimal): -4850970 or 15137461. OLE color: 15137461.

HSL color Cylindrical-coordinate representation of color #B5FAE6: hue angle of 162.61º degrees, saturation: 0.87, 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 #B5FAE6 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB181250230-
CMYK0.2800.080.02
HSL162.61º87.34%84.51%-
HSV(B)162.61º27.6%98.04%-
XYZ67.5283.9187.5-
YUV227.09129.6495.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.38%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 230 (90.23% from 255) = 34.80%
R=27.38%
G=37.82%
B=34.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502300.2800.080.02162.6187.3484.51
HexB5FAE61C082a35755
Octal265372346340102243127125
Binary1011010111111010111001101110001000101010001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAE6; }

 p { color: rgb(181,250,230); }

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

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

 a { background-color: rgb(181,250,230); }

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

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

 span { border-color: rgb(181,250,230); }

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