#B8EBDC

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

Shades of Water Leaf #B8EBDC

Tints of Water Leaf #B8EBDC

Color information

#B8EBDC (or 0xB8EBDC) is unknown color: approx Water Leaf. HEX triplet: B8, EB and DC. RGB value is (184,235,220). Sum of RGB (Red+Green+Blue) = 184+235+220=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBDC is #471423. Grayscale: #DADADA. Windows color (decimal): -4658212 or 14478264. OLE color: 14478264.

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

Color convert

RGB184235220-
CMYK0.2200.060.08
HSL162.35º56.04%82.16%-
HSV(B)162.35º21.7%92.16%-
XYZ62.3974.7778.85-
YUV218.04129.1103.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.79%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=28.79%
G=36.78%
B=34.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842352200.2200.060.08162.3556.0482.16
HexB8EBDC16068a23852
Octal27035333426061024270122
Binary1011100011101011110111001011001101000101000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBDC; }

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

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

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

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

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

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

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

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