Html Css Color HEX #C6BADC Melrose

📋 copy color: '#C6BADC'

red 198 ◦ green 186 ◦ blue 220

#C6BADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C6BADC

Tints of Melrose #C6BADC

RGB

 RED value IS 198 (77.73% from 255) = 32.78%

 GREEN value IS 186 (73.05% from 255) = 30.79%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 32.78%
G = 30.79%
B = 36.42%

CMYK

 C value IS 0.1

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6BADC (or 0xC6BADC) is known color: Melrose. HEX triplet: C6, BA and DC. RGB value is (198,186,220). Sum of RGB (Red+Green+Blue) = 198+186+220=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BADC is #394523. Grayscale: #C1C1C1. Windows color (decimal): -3753252 or 14465734. OLE color: 14465734.

HSL color Cylindrical-coordinate representation of color #C6BADC: hue angle of 261.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BADC is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 186 220 -
CMYK 0.1 0.15 0 0.14
HSL 261.18º 0.33% 0.8% -
HSV(B) 261.18º 0.15% 0.86% -
XYZ 53.77 52.29 74.97 -
YUV 193.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 198 186 220 0.1 0.15 0 0.14 261.18 0.33 0.8
Hex C6 BA DC A F 0 E 105 21 50
Octal 306 272 334 12 17 0 16 405 41 120
Binary 11000110 10111010 11011100 1010 1111 0 1110 100000101 100001 1010000

Color Harmonies of #C6BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BADC

Black with #C6BADC

Text Example


Text Example

White with #C6BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BADC; }

 p { color: rgb(198,186,220); }

 H1.HeaderClassName
 {
   color: #C6BADC;
 }
 .AnyTagClassName
 {
   color: #C6BADC;
 }
</style>

background-color css

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

 a { background-color: rgb(198,186,220); }

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

border-color css

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

 span { border-color: rgb(198,186,220); }

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