#C8BAE8

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

Shades of Melrose #C8BAE8

Tints of Melrose #C8BAE8

Color information

#C8BAE8 (or 0xC8BAE8) is unknown color: approx Melrose. HEX triplet: C8, BA and E8. RGB value is (200,186,232). Sum of RGB (Red+Green+Blue) = 200+186+232=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAE8 is #374517. Grayscale: #C3C3C3. Windows color (decimal): -3622168 or 15252168. OLE color: 15252168.

HSL color Cylindrical-coordinate representation of color #C8BAE8: hue angle of 258.26º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BAE8 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200186232-
CMYK0.140.2000.09
HSL258.26º50%81.96%-
HSV(B)258.26º19.83%90.98%-
XYZ55.9453.2283.67-
YUV195.43148.64131.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=32.36%
G=30.10%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001862320.140.2000.09258.265081.96
HexC8BAE8E14091023252
Octal310272350162401140262122
Binary110010001011101011101000111010100010011000000101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAE8; }

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

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

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

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

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

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

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

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