Html Css Color HEX #C9BCDB Melrose

📋 copy color: '#C9BCDB'

red 201 ◦ green 188 ◦ blue 219

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

Shades of Melrose #C9BCDB

Tints of Melrose #C9BCDB

RGB

 RED value IS 201 (78.91% from 255) = 33.06%

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

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

R = 33.06%
G = 30.92%
B = 36.02%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9BCDB (or 0xC9BCDB) is known color: Melrose. HEX triplet: C9, BC and DB. RGB value is (201,188,219). Sum of RGB (Red+Green+Blue) = 201+188+219=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCDB is #364324. Grayscale: #C3C3C3. Windows color (decimal): -3556133 or 14400713. OLE color: 14400713.

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

Color convert

RGB 201 188 219 -
CMYK 0.08 0.14 0 0.14
HSL 265.16º 0.3% 0.8% -
HSV(B) 265.16º 0.14% 0.86% -
XYZ 54.86 53.5 74.45 -
YUV 195.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 201 188 219 0.08 0.14 0 0.14 265.16 0.3 0.8
Hex C9 BC DB 8 E 0 E 109 1E 50
Octal 311 274 333 10 16 0 16 411 36 120
Binary 11001001 10111100 11011011 1000 1110 0 1110 100001001 11110 1010000

Color Harmonies of #C9BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCDB

Black with #C9BCDB

Text Example


Text Example

White with #C9BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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