#B8D4C0

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

Shades of Edgewater #B8D4C0

Tints of Edgewater #B8D4C0

Color information

#B8D4C0 (or 0xB8D4C0) is unknown color: approx Edgewater. HEX triplet: B8, D4 and C0. RGB value is (184,212,192). Sum of RGB (Red+Green+Blue) = 184+212+192=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D4C0 is #472B3F. Grayscale: #C9C9C9. Windows color (decimal): -4664128 or 12637368. OLE color: 12637368.

HSL color Cylindrical-coordinate representation of color #B8D4C0: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D4C0 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB184212192-
CMYK0.1300.090.17
HSL137.14º24.56%77.65%-
HSV(B)137.14º13.21%83.14%-
XYZ52.8361.0858.88-
YUV201.35122.72115.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.29%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 192 (75.39% from 255) = 32.65%
R=31.29%
G=36.05%
B=32.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842121920.1300.090.17137.1424.5677.65
HexB8D4C0D091189194e
Octal270324300150112121131116
Binary1011100011010100110000001101010011000110001001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D4C0; }

 p { color: rgb(184,212,192); }

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

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

 a { background-color: rgb(184,212,192); }

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

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

 span { border-color: rgb(184,212,192); }

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