#B8EADC

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

Shades of Water Leaf #B8EADC

Tints of Water Leaf #B8EADC

Color information

#B8EADC (or 0xB8EADC) is unknown color: approx Water Leaf. HEX triplet: B8, EA and DC. RGB value is (184,234,220). Sum of RGB (Red+Green+Blue) = 184+234+220=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EADC is #471523. Grayscale: #D9D9D9. Windows color (decimal): -4658468 or 14478008. OLE color: 14478008.

HSL color Cylindrical-coordinate representation of color #B8EADC: hue angle of 163.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EADC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB184234220-
CMYK0.2100.060.08
HSL163.2º54.35%81.96%-
HSV(B)163.2º21.37%91.76%-
XYZ62.1174.278.76-
YUV217.45129.44104.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.84%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=28.84%
G=36.68%
B=34.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842342200.2100.060.08163.254.3581.96
HexB8EADC15068a33652
Octal27035233425061024366122
Binary1011100011101010110111001010101101000101000111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EADC; }

 p { color: rgb(184,234,220); }

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

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

 a { background-color: rgb(184,234,220); }

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

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

 span { border-color: rgb(184,234,220); }

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