#C3BAF0

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

Shades of Melrose #C3BAF0

Tints of Melrose #C3BAF0

Color information

#C3BAF0 (or 0xC3BAF0) is unknown color: approx Melrose. HEX triplet: C3, BA and F0. RGB value is (195,186,240). Sum of RGB (Red+Green+Blue) = 195+186+240=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAF0 is #3C450F. Grayscale: #C2C2C2. Windows color (decimal): -3949840 or 15776451. OLE color: 15776451.

HSL color Cylindrical-coordinate representation of color #C3BAF0: hue angle of 250º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3BAF0 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195186240-
CMYK0.190.2200.06
HSL250º64.29%83.53%-
HSV(B)250º22.5%94.12%-
XYZ55.7953.0189.73-
YUV194.85153.48128.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=31.40%
G=29.95%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951862400.190.2200.0625064.2983.53
HexC3BAF0131606fa4054
Octal303272360232606372100124
Binary110000111011101011110000100111011001101111101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAF0; }

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

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

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

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

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

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

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

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