#C8BAED

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

Shades of Melrose #C8BAED

Tints of Melrose #C8BAED

Color information

#C8BAED (or 0xC8BAED) is unknown color: approx Melrose. HEX triplet: C8, BA and ED. RGB value is (200,186,237). Sum of RGB (Red+Green+Blue) = 200+186+237=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAED is #374512. Grayscale: #C3C3C3. Windows color (decimal): -3622163 or 15579848. OLE color: 15579848.

HSL color Cylindrical-coordinate representation of color #C8BAED: hue angle of 256.47º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BAED is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200186237-
CMYK0.160.2200.07
HSL256.47º58.62%82.94%-
HSV(B)256.47º21.52%92.94%-
XYZ56.6653.5187.46-
YUV196151.14130.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.10%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=32.10%
G=29.86%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001862370.160.2200.07256.4758.6282.94
HexC8BAED1016071003b53
Octal31027235520260740073123
Binary110010001011101011101101100001011001111000000001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAED; }

 p { color: rgb(200,186,237); }

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

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

 a { background-color: rgb(200,186,237); }

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

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

 span { border-color: rgb(200,186,237); }

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