Html Css Color HEX #C7BAF6 Melrose

📋 copy color: '#C7BAF6'

red 199 ◦ green 186 ◦ blue 246

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

Shades of Melrose #C7BAF6

Tints of Melrose #C7BAF6

RGB

 RED value IS 199 (78.13% from 255) = 31.54%

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

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

R = 31.54%
G = 29.48%
B = 38.99%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C7BAF6 (or 0xC7BAF6) is known color: Melrose. HEX triplet: C7, BA and F6. RGB value is (199,186,246). Sum of RGB (Red+Green+Blue) = 199+186+246=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAF6 is #384509. Grayscale: #C4C4C4. Windows color (decimal): -3687690 or 16169671. OLE color: 16169671.

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

Color convert

RGB 199 186 246 -
CMYK 0.19 0.24 0 0.04
HSL 253º 0.77% 0.85% -
HSV(B) 253º 0.24% 0.96% -
XYZ 57.75 53.91 94.55 -
YUV 196.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 199 186 246 0.19 0.24 0 0.04 253 0.77 0.85
Hex C7 BA F6 13 18 0 4 FD 4D 55
Octal 307 272 366 23 30 0 4 375 115 125
Binary 11000111 10111010 11110110 10011 11000 0 100 11111101 1001101 1010101

Color Harmonies of #C7BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAF6

Black with #C7BAF6

Text Example


Text Example

White with #C7BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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