#B9D6C1

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

Shades of Edgewater #B9D6C1

Tints of Edgewater #B9D6C1

Color information

#B9D6C1 (or 0xB9D6C1) is unknown color: approx Edgewater. HEX triplet: B9, D6 and C1. RGB value is (185,214,193). Sum of RGB (Red+Green+Blue) = 185+214+193=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D6C1 is #46293E. Grayscale: #CACACA. Windows color (decimal): -4598079 or 12703417. OLE color: 12703417.

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

Color convert

RGB185214193-
CMYK0.1400.100.16
HSL136.55º26.13%78.24%-
HSV(B)136.55º13.55%83.92%-
XYZ53.6862.2659.64-
YUV202.94122.39115.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=31.25%
G=36.15%
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
Decimal1852141930.1400.100.16136.5526.1378.24
HexB9D6C1E0A10891a4e
Octal271326301160122021132116
Binary1011100111010110110000011110010101000010001001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D6C1; }

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

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

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

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

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

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

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

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