#B5D9C2

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

Shades of Edgewater #B5D9C2

Tints of Edgewater #B5D9C2

Color information

#B5D9C2 (or 0xB5D9C2) is unknown color: approx Edgewater. HEX triplet: B5, D9 and C2. RGB value is (181,217,194). Sum of RGB (Red+Green+Blue) = 181+217+194=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9C2 is #4A263D. Grayscale: #CBCBCB. Windows color (decimal): -4859454 or 12769717. OLE color: 12769717.

HSL color Cylindrical-coordinate representation of color #B5D9C2: hue angle of 141.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5D9C2 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB181217194-
CMYK0.1700.110.15
HSL141.67º32.14%78.04%-
HSV(B)141.67º16.59%85.1%-
XYZ53.6163.3460.44-
YUV203.61122.57111.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=30.57%
G=36.66%
B=32.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171940.1700.110.15141.6732.1478.04
HexB5D9C2110BF8e204e
Octal265331302210131721640116
Binary10110101110110011100001010001010111111100011101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D9C2; }

 p { color: rgb(181,217,194); }

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

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

 a { background-color: rgb(181,217,194); }

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

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

 span { border-color: rgb(181,217,194); }

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