#C3BAE9

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

Shades of Melrose #C3BAE9

Tints of Melrose #C3BAE9

Color information

#C3BAE9 (or 0xC3BAE9) is unknown color: approx Melrose. HEX triplet: C3, BA and E9. RGB value is (195,186,233). Sum of RGB (Red+Green+Blue) = 195+186+233=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #C3BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAE9 is #3C4516. Grayscale: #C1C1C1. Windows color (decimal): -3949847 or 15317699. OLE color: 15317699.

HSL color Cylindrical-coordinate representation of color #C3BAE9: hue angle of 251.49º degrees, saturation: 0.52, 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 #C3BAE9 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195186233-
CMYK0.160.2000.09
HSL251.49º51.65%82.16%-
HSV(B)251.49º20.17%91.37%-
XYZ54.7752.684.36-
YUV194.05149.98128.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.76%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=31.76%
G=30.29%
B=37.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951862330.160.2000.09251.4951.6582.16
HexC3BAE9101409fb3452
Octal303272351202401137364122
Binary110000111011101011101001100001010001001111110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAE9; }

 p { color: rgb(195,186,233); }

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

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

 a { background-color: rgb(195,186,233); }

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

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

 span { border-color: rgb(195,186,233); }

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