Html Css Color HEX #C9BAF3 Melrose

📋 copy color: '#C9BAF3'

red 201 ◦ green 186 ◦ blue 243

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

Shades of Melrose #C9BAF3

Tints of Melrose #C9BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 31.9%
G = 29.52%
B = 38.57%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9BAF3 (or 0xC9BAF3) is known color: Melrose. HEX triplet: C9, BA and F3. RGB value is (201,186,243). Sum of RGB (Red+Green+Blue) = 201+186+243=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF3 is #36450C. Grayscale: #C4C4C4. Windows color (decimal): -3556621 or 15973065. OLE color: 15973065.

HSL color Cylindrical-coordinate representation of color #C9BAF3: hue angle of 255.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9BAF3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 186 243 -
CMYK 0.17 0.23 0 0.05
HSL 255.79º 0.7% 0.84% -
HSV(B) 255.79º 0.23% 0.95% -
XYZ 57.82 54.01 92.17 -
YUV 196.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 201 186 243 0.17 0.23 0 0.05 255.79 0.7 0.84
Hex C9 BA F3 11 17 0 5 100 46 54
Octal 311 272 363 21 27 0 5 400 106 124
Binary 11001001 10111010 11110011 10001 10111 0 101 100000000 1000110 1010100

Color Harmonies of #C9BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAF3

Black with #C9BAF3

Text Example


Text Example

White with #C9BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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