#C8BAE5

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

Shades of Melrose #C8BAE5

Tints of Melrose #C8BAE5

Color information

#C8BAE5 (or 0xC8BAE5) is unknown color: approx Melrose. HEX triplet: C8, BA and E5. RGB value is (200,186,229). Sum of RGB (Red+Green+Blue) = 200+186+229=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAE5 is #37451A. Grayscale: #C2C2C2. Windows color (decimal): -3622171 or 15055560. OLE color: 15055560.

HSL color Cylindrical-coordinate representation of color #C8BAE5: hue angle of 259.53º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BAE5 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB200186229-
CMYK0.130.1900.10
HSL259.53º45.26%81.37%-
HSV(B)259.53º18.78%89.8%-
XYZ55.5253.0581.44-
YUV195.09147.14131.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 229 (89.84% from 255) = 37.24%
R=32.52%
G=30.24%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2001862290.130.1900.10259.5345.2681.37
HexC8BAE5D130A1042d51
Octal310272345152301240455121
Binary110010001011101011100101110110011010101000001001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAE5; }

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

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

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

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

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

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

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

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