#B5EFE6

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

Shades of Water Leaf #B5EFE6

Tints of Water Leaf #B5EFE6

Color information

#B5EFE6 (or 0xB5EFE6) is unknown color: approx Water Leaf. HEX triplet: B5, EF and E6. RGB value is (181,239,230). Sum of RGB (Red+Green+Blue) = 181+239+230=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFE6 is #4A1019. Grayscale: #DCDCDC. Windows color (decimal): -4853786 or 15134645. OLE color: 15134645.

HSL color Cylindrical-coordinate representation of color #B5EFE6: hue angle of 170.69º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFE6 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB181239230-
CMYK0.2400.040.06
HSL170.69º64.44%82.35%-
HSV(B)170.69º24.27%93.73%-
XYZ64.2177.2786.39-
YUV220.63133.2899.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.85%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=27.85%
G=36.77%
B=35.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392300.2400.040.06170.6964.4482.35
HexB5EFE618046ab4052
Octal26535734630046253100122
Binary1011010111101111111001101100001001101010101110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFE6; }

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

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

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

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

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

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

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

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