#B8EBDD

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

Shades of Water Leaf #B8EBDD

Tints of Water Leaf #B8EBDD

Color information

#B8EBDD (or 0xB8EBDD) is unknown color: approx Water Leaf. HEX triplet: B8, EB and DD. RGB value is (184,235,221). Sum of RGB (Red+Green+Blue) = 184+235+221=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBDD is #471422. Grayscale: #DADADA. Windows color (decimal): -4658211 or 14543800. OLE color: 14543800.

HSL color Cylindrical-coordinate representation of color #B8EBDD: hue angle of 163.53º 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 #B8EBDD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB184235221-
CMYK0.2200.060.08
HSL163.53º56.04%82.16%-
HSV(B)163.53º21.7%92.16%-
XYZ62.5374.8379.55-
YUV218.15129.6103.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.75%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=28.75%
G=36.72%
B=34.53%

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
Decimal1842352210.2200.060.08163.5356.0482.16
HexB8EBDD16068a43852
Octal27035333526061024470122
Binary1011100011101011110111011011001101000101001001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBDD; }

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

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

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

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

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

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

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

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