Html Css Color HEX #C7BAF3 Melrose

📋 copy color: '#C7BAF3'

red 199 ◦ green 186 ◦ blue 243

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

Shades of Melrose #C7BAF3

Tints of Melrose #C7BAF3

RGB

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

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

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

R = 31.69%
G = 29.62%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BAF3 (or 0xC7BAF3) is known color: Melrose. HEX triplet: C7, BA and F3. RGB value is (199,186,243). Sum of RGB (Red+Green+Blue) = 199+186+243=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAF3 is #38450C. Grayscale: #C4C4C4. Windows color (decimal): -3687693 or 15973063. OLE color: 15973063.

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

Color convert

RGB 199 186 243 -
CMYK 0.18 0.23 0 0.05
HSL 253.68º 0.7% 0.84% -
HSV(B) 253.68º 0.23% 0.95% -
XYZ 57.29 53.73 92.15 -
YUV 196.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 199 186 243 0.18 0.23 0 0.05 253.68 0.7 0.84
Hex C7 BA F3 12 17 0 5 FE 46 54
Octal 307 272 363 22 27 0 5 376 106 124
Binary 11000111 10111010 11110011 10010 10111 0 101 11111110 1000110 1010100

Color Harmonies of #C7BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAF3

Black with #C7BAF3

Text Example


Text Example

White with #C7BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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