#C0BAF1

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

Shades of Melrose #C0BAF1

Tints of Melrose #C0BAF1

Color information

#C0BAF1 (or 0xC0BAF1) is unknown color: approx Melrose. HEX triplet: C0, BA and F1. RGB value is (192,186,241). Sum of RGB (Red+Green+Blue) = 192+186+241=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAF1 is #3F450E. Grayscale: #C1C1C1. Windows color (decimal): -4146447 or 15841984. OLE color: 15841984.

HSL color Cylindrical-coordinate representation of color #C0BAF1: hue angle of 246.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BAF1 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192186241-
CMYK0.200.2300.05
HSL246.55º66.27%83.73%-
HSV(B)246.55º22.82%94.51%-
XYZ55.1752.6890.48-
YUV194.06154.49126.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=31.02%
G=30.05%
B=38.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921862410.200.2300.05246.5566.2783.73
HexC0BAF1141705f74254
Octal300272361242705367102124
Binary110000001011101011110001101001011101011111011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAF1; }

 p { color: rgb(192,186,241); }

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

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

 a { background-color: rgb(192,186,241); }

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

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

 span { border-color: rgb(192,186,241); }

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