Html Css Color HEX #C6BADB Melrose

📋 copy color: '#C6BADB'

red 198 ◦ green 186 ◦ blue 219

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

Shades of Melrose #C6BADB

Tints of Melrose #C6BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 32.84%
G = 30.85%
B = 36.32%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6BADB (or 0xC6BADB) is known color: Melrose. HEX triplet: C6, BA and DB. RGB value is (198,186,219). Sum of RGB (Red+Green+Blue) = 198+186+219=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BADB is #394524. Grayscale: #C1C1C1. Windows color (decimal): -3753253 or 14400198. OLE color: 14400198.

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

Color convert

RGB 198 186 219 -
CMYK 0.10 0.15 0 0.14
HSL 261.82º 0.31% 0.79% -
HSV(B) 261.82º 0.15% 0.86% -
XYZ 53.63 52.24 74.27 -
YUV 193.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 198 186 219 0.10 0.15 0 0.14 261.82 0.31 0.79
Hex C6 BA DB A F 0 E 106 1F 4F
Octal 306 272 333 12 17 0 16 406 37 117
Binary 11000110 10111010 11011011 1010 1111 0 1110 100000110 11111 1001111

Color Harmonies of #C6BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BADB

Black with #C6BADB

Text Example


Text Example

White with #C6BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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