Html Css Color HEX #C6BADA Melrose

📋 copy color: '#C6BADA'

red 198 ◦ green 186 ◦ blue 218

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

Shades of Melrose #C6BADA

Tints of Melrose #C6BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 32.89%
G = 30.9%
B = 36.21%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6BADA (or 0xC6BADA) is known color: Melrose. HEX triplet: C6, BA and DA. RGB value is (198,186,218). Sum of RGB (Red+Green+Blue) = 198+186+218=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BADA is #394525. Grayscale: #C1C1C1. Windows color (decimal): -3753254 or 14334662. OLE color: 14334662.

HSL color Cylindrical-coordinate representation of color #C6BADA: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BADA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 186 218 -
CMYK 0.09 0.15 0 0.15
HSL 262.5º 0.3% 0.79% -
HSV(B) 262.5º 0.15% 0.85% -
XYZ 53.5 52.19 73.58 -
YUV 193.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 198 186 218 0.09 0.15 0 0.15 262.5 0.3 0.79
Hex C6 BA DA 9 F 0 F 106 1E 4F
Octal 306 272 332 11 17 0 17 406 36 117
Binary 11000110 10111010 11011010 1001 1111 0 1111 100000110 11110 1001111

Color Harmonies of #C6BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BADA

Black with #C6BADA

Text Example


Text Example

White with #C6BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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