#B8D7C1

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

Shades of Edgewater #B8D7C1

Tints of Edgewater #B8D7C1

Color information

#B8D7C1 (or 0xB8D7C1) is unknown color: approx Edgewater. HEX triplet: B8, D7 and C1. RGB value is (184,215,193). Sum of RGB (Red+Green+Blue) = 184+215+193=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7C1 is #47283E. Grayscale: #CBCBCB. Windows color (decimal): -4663359 or 12703672. OLE color: 12703672.

HSL color Cylindrical-coordinate representation of color #B8D7C1: hue angle of 137.42º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D7C1 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB184215193-
CMYK0.1400.100.16
HSL137.42º27.93%78.24%-
HSV(B)137.42º14.42%84.31%-
XYZ53.6962.6459.71-
YUV203.22122.23114.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=31.08%
G=36.32%
B=32.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842151930.1400.100.16137.4227.9378.24
HexB8D7C1E0A10891c4e
Octal270327301160122021134116
Binary1011100011010111110000011110010101000010001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D7C1; }

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

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

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

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

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

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

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

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