Html Css Color HEX #C1BADC Melrose

📋 copy color: '#C1BADC'

red 193 ◦ green 186 ◦ blue 220

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

Shades of Melrose #C1BADC

Tints of Melrose #C1BADC

RGB

 RED value IS 193 (75.78% from 255) = 32.22%

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

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

R = 32.22%
G = 31.05%
B = 36.73%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1BADC (or 0xC1BADC) is known color: Melrose. HEX triplet: C1, BA and DC. RGB value is (193,186,220). Sum of RGB (Red+Green+Blue) = 193+186+220=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BADC is #3E4523. Grayscale: #BFBFBF. Windows color (decimal): -4080932 or 14465729. OLE color: 14465729.

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

Color convert

RGB 193 186 220 -
CMYK 0.12 0.15 0 0.14
HSL 252.35º 0.33% 0.8% -
HSV(B) 252.35º 0.15% 0.86% -
XYZ 52.47 51.62 74.91 -
YUV 191.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 193 186 220 0.12 0.15 0 0.14 252.35 0.33 0.8
Hex C1 BA DC C F 0 E FC 21 50
Octal 301 272 334 14 17 0 16 374 41 120
Binary 11000001 10111010 11011100 1100 1111 0 1110 11111100 100001 1010000

Color Harmonies of #C1BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BADC

Black with #C1BADC

Text Example


Text Example

White with #C1BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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