Html Css Color HEX #C7BAF1 Melrose

📋 copy color: '#C7BAF1'

red 199 ◦ green 186 ◦ blue 241

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

Shades of Melrose #C7BAF1

Tints of Melrose #C7BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 31.79%
G = 29.71%
B = 38.5%

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

#C7BAF1 (or 0xC7BAF1) is known color: Melrose. HEX triplet: C7, BA and F1. RGB value is (199,186,241). Sum of RGB (Red+Green+Blue) = 199+186+241=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAF1 is #38450E. Grayscale: #C3C3C3. Windows color (decimal): -3687695 or 15841991. OLE color: 15841991.

HSL color Cylindrical-coordinate representation of color #C7BAF1: hue angle of 254.18º degrees, saturation: 0.66, 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 #C7BAF1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 186 241 -
CMYK 0.17 0.23 0 0.05
HSL 254.18º 0.66% 0.84% -
HSV(B) 254.18º 0.23% 0.95% -
XYZ 56.99 53.61 90.56 -
YUV 196.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 199 186 241 0.17 0.23 0 0.05 254.18 0.66 0.84
Hex C7 BA F1 11 17 0 5 FE 42 54
Octal 307 272 361 21 27 0 5 376 102 124
Binary 11000111 10111010 11110001 10001 10111 0 101 11111110 1000010 1010100

Color Harmonies of #C7BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAF1

Black with #C7BAF1

Text Example


Text Example

White with #C7BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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