Html Css Color HEX #C6BCDC Melrose

📋 copy color: '#C6BCDC'

red 198 ◦ green 188 ◦ blue 220

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

Shades of Melrose #C6BCDC

Tints of Melrose #C6BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.02%

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

R = 32.67%
G = 31.02%
B = 36.3%

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

#C6BCDC (or 0xC6BCDC) is known color: Melrose. HEX triplet: C6, BC and DC. RGB value is (198,188,220). Sum of RGB (Red+Green+Blue) = 198+188+220=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCDC is #394323. Grayscale: #C2C2C2. Windows color (decimal): -3752740 or 14466246. OLE color: 14466246.

HSL color Cylindrical-coordinate representation of color #C6BCDC: hue angle of 258.75º degrees, saturation: 0.31, 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 #C6BCDC is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 188 220 -
CMYK 0.1 0.15 0 0.14
HSL 258.75º 0.31% 0.8% -
HSV(B) 258.75º 0.15% 0.86% -
XYZ 54.19 53.14 75.11 -
YUV 194.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 198 188 220 0.1 0.15 0 0.14 258.75 0.31 0.8
Hex C6 BC DC A F 0 E 103 1F 50
Octal 306 274 334 12 17 0 16 403 37 120
Binary 11000110 10111100 11011100 1010 1111 0 1110 100000011 11111 1010000

Color Harmonies of #C6BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCDC

Black with #C6BCDC

Text Example


Text Example

White with #C6BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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