Html Css Color HEX #C9BCF6 Melrose

📋 copy color: '#C9BCF6'

red 201 ◦ green 188 ◦ blue 246

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

Shades of Melrose #C9BCF6

Tints of Melrose #C9BCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 31.65%
G = 29.61%
B = 38.74%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C9BCF6 (or 0xC9BCF6) is known color: Melrose. HEX triplet: C9, BC and F6. RGB value is (201,188,246). Sum of RGB (Red+Green+Blue) = 201+188+246=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCF6 is #364309. Grayscale: #C6C6C6. Windows color (decimal): -3556106 or 16170185. OLE color: 16170185.

HSL color Cylindrical-coordinate representation of color #C9BCF6: hue angle of 253.45º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BCF6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 188 246 -
CMYK 0.18 0.24 0 0.04
HSL 253.45º 0.76% 0.85% -
HSV(B) 253.45º 0.24% 0.96% -
XYZ 58.71 55.04 94.72 -
YUV 198.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 201 188 246 0.18 0.24 0 0.04 253.45 0.76 0.85
Hex C9 BC F6 12 18 0 4 FD 4C 55
Octal 311 274 366 22 30 0 4 375 114 125
Binary 11001001 10111100 11110110 10010 11000 0 100 11111101 1001100 1010101

Color Harmonies of #C9BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCF6

Black with #C9BCF6

Text Example


Text Example

White with #C9BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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