#BAE0C6

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

Shades of Edgewater #BAE0C6

Tints of Edgewater #BAE0C6

Color information

#BAE0C6 (or 0xBAE0C6) is unknown color: approx Edgewater. HEX triplet: BA, E0 and C6. RGB value is (186,224,198). Sum of RGB (Red+Green+Blue) = 186+224+198=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0C6 is #451F39. Grayscale: #D1D1D1. Windows color (decimal): -4529978 or 13033658. OLE color: 13033658.

HSL color Cylindrical-coordinate representation of color #BAE0C6: hue angle of 138.95º degrees, saturation: 0.38, 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 #BAE0C6 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB186224198-
CMYK0.1700.120.12
HSL138.95º38%80.39%-
HSV(B)138.95º16.96%87.84%-
XYZ57.167.8363.51-
YUV209.67121.41111.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=30.59%
G=36.84%
B=32.57%

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
Decimal1862241980.1700.120.12138.953880.39
HexBAE0C6110CC8b2650
Octal272340306210141421346120
Binary10111010111000001100011010001011001100100010111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0C6; }

 p { color: rgb(186,224,198); }

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

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

 a { background-color: rgb(186,224,198); }

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

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

 span { border-color: rgb(186,224,198); }

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