#b5e8dc

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

Shades of Water Leaf #B5E8DC

Tints of Water Leaf #B5E8DC

Color information

#B5E8DC (or 0xB5E8DC) is unknown color: approx Water Leaf. HEX triplet: B5, E8 and DC. RGB value is (181,232,220). Sum of RGB (Red+Green+Blue) = 181+232+220=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8DC is #4A1723. Grayscale: #D7D7D7. Windows color (decimal): -4855588 or 14477493. OLE color: 14477493.

HSL color Cylindrical-coordinate representation of color #B5E8DC: hue angle of 165.88º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8DC is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB181232220-
CMYK0.2200.050.09
HSL165.88º52.58%80.98%-
HSV(B)165.88º21.98%90.98%-
XYZ60.8372.778.54-
YUV215.38130.6103.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.59%
GREEN value IS 232 (91.02% from 255) = 36.65%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=28.59%
G=36.65%
B=34.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812322200.2200.050.09165.8852.5880.98
HexB5E8DC16059a63551
Octal26535033426051124665121
Binary1011010111101000110111001011001011001101001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5e8dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5e8dc; }

 p { color: rgb(181,232,220); }

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

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

 a { background-color: rgb(181,232,220); }

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

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

 span { border-color: rgb(181,232,220); }

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