Html Css Color HEX #C4BADC Melrose

📋 copy color: '#C4BADC'

red 196 ◦ green 186 ◦ blue 220

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

Shades of Melrose #C4BADC

Tints of Melrose #C4BADC

RGB

 RED value IS 196 (76.95% from 255) = 32.56%

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

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

R = 32.56%
G = 30.9%
B = 36.54%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4BADC (or 0xC4BADC) is known color: Melrose. HEX triplet: C4, BA and DC. RGB value is (196,186,220). Sum of RGB (Red+Green+Blue) = 196+186+220=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADC is #3B4523. Grayscale: #C0C0C0. Windows color (decimal): -3884324 or 14465732. OLE color: 14465732.

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

Color convert

RGB 196 186 220 -
CMYK 0.11 0.15 0 0.14
HSL 257.65º 0.33% 0.8% -
HSV(B) 257.65º 0.15% 0.86% -
XYZ 53.24 52.02 74.95 -
YUV 192.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 196 186 220 0.11 0.15 0 0.14 257.65 0.33 0.8
Hex C4 BA DC B F 0 E 102 21 50
Octal 304 272 334 13 17 0 16 402 41 120
Binary 11000100 10111010 11011100 1011 1111 0 1110 100000010 100001 1010000

Color Harmonies of #C4BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BADC

Black with #C4BADC

Text Example


Text Example

White with #C4BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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