Html Css Color HEX #C9BAF5 Melrose

📋 copy color: '#C9BAF5'

red 201 ◦ green 186 ◦ blue 245

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

Shades of Melrose #C9BAF5

Tints of Melrose #C9BAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.77%

R = 31.8%
G = 29.43%
B = 38.77%

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

#C9BAF5 (or 0xC9BAF5) is known color: Melrose. HEX triplet: C9, BA and F5. RGB value is (201,186,245). Sum of RGB (Red+Green+Blue) = 201+186+245=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF5 is #36450A. Grayscale: #C4C4C4. Windows color (decimal): -3556619 or 16104137. OLE color: 16104137.

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

Color convert

RGB 201 186 245 -
CMYK 0.18 0.24 0 0.04
HSL 255.25º 0.75% 0.85% -
HSV(B) 255.25º 0.24% 0.96% -
XYZ 58.13 54.13 93.77 -
YUV 197.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 201 186 245 0.18 0.24 0 0.04 255.25 0.75 0.85
Hex C9 BA F5 12 18 0 4 FF 4B 55
Octal 311 272 365 22 30 0 4 377 113 125
Binary 11001001 10111010 11110101 10010 11000 0 100 11111111 1001011 1010101

Color Harmonies of #C9BAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAF5

Black with #C9BAF5

Text Example


Text Example

White with #C9BAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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