Html Css Color HEX #C5BCDC Melrose

📋 copy color: '#C5BCDC'

red 197 ◦ green 188 ◦ blue 220

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

Shades of Melrose #C5BCDC

Tints of Melrose #C5BCDC

RGB

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

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

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

R = 32.56%
G = 31.07%
B = 36.36%

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

#C5BCDC (or 0xC5BCDC) is known color: Melrose. HEX triplet: C5, BC and DC. RGB value is (197,188,220). Sum of RGB (Red+Green+Blue) = 197+188+220=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCDC is #3A4323. Grayscale: #C2C2C2. Windows color (decimal): -3818276 or 14466245. OLE color: 14466245.

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

Color convert

RGB 197 188 220 -
CMYK 0.10 0.15 0 0.14
HSL 256.88º 0.31% 0.8% -
HSV(B) 256.88º 0.15% 0.86% -
XYZ 53.93 53 75.1 -
YUV 194.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 197 188 220 0.10 0.15 0 0.14 256.88 0.31 0.8
Hex C5 BC DC A F 0 E 101 1F 50
Octal 305 274 334 12 17 0 16 401 37 120
Binary 11000101 10111100 11011100 1010 1111 0 1110 100000001 11111 1010000

Color Harmonies of #C5BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCDC

Black with #C5BCDC

Text Example


Text Example

White with #C5BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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