#B9D3C1

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

Shades of Edgewater #B9D3C1

Tints of Edgewater #B9D3C1

Color information

#B9D3C1 (or 0xB9D3C1) is unknown color: approx Edgewater. HEX triplet: B9, D3 and C1. RGB value is (185,211,193). Sum of RGB (Red+Green+Blue) = 185+211+193=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3C1 is #462C3E. Grayscale: #C9C9C9. Windows color (decimal): -4598847 or 12702649. OLE color: 12702649.

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

Color convert

RGB185211193-
CMYK0.1200.090.17
HSL138.46º22.81%77.65%-
HSV(B)138.46º12.32%82.75%-
XYZ52.9360.7559.39-
YUV201.17123.39116.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=31.41%
G=35.82%
B=32.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852111930.1200.090.17138.4622.8177.65
HexB9D3C1C09118a174e
Octal271323301140112121227116
Binary1011100111010011110000011100010011000110001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D3C1; }

 p { color: rgb(185,211,193); }

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

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

 a { background-color: rgb(185,211,193); }

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

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

 span { border-color: rgb(185,211,193); }

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