Html Css Color HEX #C5BCDB Melrose

📋 copy color: '#C5BCDB'

red 197 ◦ green 188 ◦ blue 219

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

Shades of Melrose #C5BCDB

Tints of Melrose #C5BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 32.62%
G = 31.13%
B = 36.26%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5BCDB (or 0xC5BCDB) is known color: Melrose. HEX triplet: C5, BC and DB. RGB value is (197,188,219). Sum of RGB (Red+Green+Blue) = 197+188+219=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCDB is #3A4324. Grayscale: #C2C2C2. Windows color (decimal): -3818277 or 14400709. OLE color: 14400709.

HSL color Cylindrical-coordinate representation of color #C5BCDB: hue angle of 257.42º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BCDB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 188 219 -
CMYK 0.10 0.14 0 0.14
HSL 257.42º 0.3% 0.8% -
HSV(B) 257.42º 0.14% 0.86% -
XYZ 53.8 52.95 74.4 -
YUV 194.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 197 188 219 0.10 0.14 0 0.14 257.42 0.3 0.8
Hex C5 BC DB A E 0 E 101 1E 50
Octal 305 274 333 12 16 0 16 401 36 120
Binary 11000101 10111100 11011011 1010 1110 0 1110 100000001 11110 1010000

Color Harmonies of #C5BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCDB

Black with #C5BCDB

Text Example


Text Example

White with #C5BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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