Html Css Color HEX #C9BAF6 Melrose

📋 copy color: '#C9BAF6'

red 201 ◦ green 186 ◦ blue 246

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

Shades of Melrose #C9BAF6

Tints of Melrose #C9BAF6

RGB

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

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

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

R = 31.75%
G = 29.38%
B = 38.86%

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

#C9BAF6 (or 0xC9BAF6) is known color: Melrose. HEX triplet: C9, BA and F6. RGB value is (201,186,246). Sum of RGB (Red+Green+Blue) = 201+186+246=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF6 is #364509. Grayscale: #C5C5C5. Windows color (decimal): -3556618 or 16169673. OLE color: 16169673.

HSL color Cylindrical-coordinate representation of color #C9BAF6: hue angle of 255º degrees, saturation: 0.77, 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 #C9BAF6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 186 246 -
CMYK 0.18 0.24 0 0.04
HSL 255º 0.77% 0.85% -
HSV(B) 255º 0.24% 0.96% -
XYZ 58.28 54.19 94.58 -
YUV 197.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 201 186 246 0.18 0.24 0 0.04 255 0.77 0.85
Hex C9 BA F6 12 18 0 4 FF 4D 55
Octal 311 272 366 22 30 0 4 377 115 125
Binary 11001001 10111010 11110110 10010 11000 0 100 11111111 1001101 1010101

Color Harmonies of #C9BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAF6

Black with #C9BAF6

Text Example


Text Example

White with #C9BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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