#B9D7C2

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

Shades of Edgewater #B9D7C2

Tints of Edgewater #B9D7C2

Color information

#B9D7C2 (or 0xB9D7C2) is unknown color: approx Edgewater. HEX triplet: B9, D7 and C2. RGB value is (185,215,194). Sum of RGB (Red+Green+Blue) = 185+215+194=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7C2 is #46283D. Grayscale: #CBCBCB. Windows color (decimal): -4597822 or 12769209. OLE color: 12769209.

HSL color Cylindrical-coordinate representation of color #B9D7C2: hue angle of 138º degrees, saturation: 0.27, 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 #B9D7C2 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB185215194-
CMYK0.1400.100.16
HSL138º27.27%78.43%-
HSV(B)138º13.95%84.31%-
XYZ54.0562.8160.31-
YUV203.64122.56114.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.14%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=31.14%
G=36.20%
B=32.66%

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
Decimal1852151940.1400.100.1613827.2778.43
HexB9D7C2E0A108a1b4e
Octal271327302160122021233116
Binary1011100111010111110000101110010101000010001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7C2; }

 p { color: rgb(185,215,194); }

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

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

 a { background-color: rgb(185,215,194); }

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

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

 span { border-color: rgb(185,215,194); }

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