#B9E0C5

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

Shades of Edgewater #B9E0C5

Tints of Edgewater #B9E0C5

Color information

#B9E0C5 (or 0xB9E0C5) is unknown color: approx Edgewater. HEX triplet: B9, E0 and C5. RGB value is (185,224,197). Sum of RGB (Red+Green+Blue) = 185+224+197=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0C5 is #461F3A. Grayscale: #D1D1D1. Windows color (decimal): -4595515 or 12968121. OLE color: 12968121.

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

Color convert

RGB185224197-
CMYK0.1700.120.12
HSL138.46º38.61%80.2%-
HSV(B)138.46º17.41%87.84%-
XYZ56.7467.6662.89-
YUV209.26121.08110.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.53%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 197 (77.34% from 255) = 32.51%
R=30.53%
G=36.96%
B=32.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852241970.1700.120.12138.4638.6180.2
HexB9E0C5110CC8a2750
Octal271340305210141421247120
Binary10111001111000001100010110001011001100100010101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E0C5; }

 p { color: rgb(185,224,197); }

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

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

 a { background-color: rgb(185,224,197); }

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

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

 span { border-color: rgb(185,224,197); }

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