#B9D5C1

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

Shades of Edgewater #B9D5C1

Tints of Edgewater #B9D5C1

Color information

#B9D5C1 (or 0xB9D5C1) is unknown color: approx Edgewater. HEX triplet: B9, D5 and C1. RGB value is (185,213,193). Sum of RGB (Red+Green+Blue) = 185+213+193=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5C1 is #462A3E. Grayscale: #CACACA. Windows color (decimal): -4598335 or 12703161. OLE color: 12703161.

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

Color convert

RGB185213193-
CMYK0.1300.090.16
HSL137.14º25%78.04%-
HSV(B)137.14º13.15%83.53%-
XYZ53.4361.7559.56-
YUV202.35122.72115.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=31.30%
G=36.04%
B=32.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852131930.1300.090.16137.142578.04
HexB9D5C1D091089194e
Octal271325301150112021131116
Binary1011100111010101110000011101010011000010001001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D5C1; }

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

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

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

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

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

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

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

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