Html Css Color HEX #C5BADC Melrose

📋 copy color: '#C5BADC'

red 197 ◦ green 186 ◦ blue 220

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

Shades of Melrose #C5BADC

Tints of Melrose #C5BADC

RGB

 RED value IS 197 (77.34% from 255) = 32.67%

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

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

R = 32.67%
G = 30.85%
B = 36.48%

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

#C5BADC (or 0xC5BADC) is known color: Melrose. HEX triplet: C5, BA and DC. RGB value is (197,186,220). Sum of RGB (Red+Green+Blue) = 197+186+220=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BADC is #3A4523. Grayscale: #C1C1C1. Windows color (decimal): -3818788 or 14465733. OLE color: 14465733.

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

Color convert

RGB 197 186 220 -
CMYK 0.10 0.15 0 0.14
HSL 259.41º 0.33% 0.8% -
HSV(B) 259.41º 0.15% 0.86% -
XYZ 53.5 52.16 74.96 -
YUV 193.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 197 186 220 0.10 0.15 0 0.14 259.41 0.33 0.8
Hex C5 BA DC A F 0 E 103 21 50
Octal 305 272 334 12 17 0 16 403 41 120
Binary 11000101 10111010 11011100 1010 1111 0 1110 100000011 100001 1010000

Color Harmonies of #C5BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BADC

Black with #C5BADC

Text Example


Text Example

White with #C5BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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