#B8D8C1

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

Shades of Edgewater #B8D8C1

Tints of Edgewater #B8D8C1

Color information

#B8D8C1 (or 0xB8D8C1) is unknown color: approx Edgewater. HEX triplet: B8, D8 and C1. RGB value is (184,216,193). Sum of RGB (Red+Green+Blue) = 184+216+193=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D8C1 is #47273E. Grayscale: #CBCBCB. Windows color (decimal): -4663103 or 12703928. OLE color: 12703928.

HSL color Cylindrical-coordinate representation of color #B8D8C1: hue angle of 136.88º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D8C1 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB184216193-
CMYK0.1500.110.15
HSL136.88º29.09%78.43%-
HSV(B)136.88º14.81%84.71%-
XYZ53.9563.1559.8-
YUV203.81121.9113.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=31.03%
G=36.42%
B=32.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161930.1500.110.15136.8829.0978.43
HexB8D8C1F0BF891d4e
Octal270330301170131721135116
Binary101110001101100011000001111101011111110001001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D8C1; }

 p { color: rgb(184,216,193); }

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

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

 a { background-color: rgb(184,216,193); }

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

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

 span { border-color: rgb(184,216,193); }

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