Html Css Color HEX #C7BCDC Melrose

📋 copy color: '#C7BCDC'

red 199 ◦ green 188 ◦ blue 220

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

Shades of Melrose #C7BCDC

Tints of Melrose #C7BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.97%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 32.78%
G = 30.97%
B = 36.24%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7BCDC (or 0xC7BCDC) is known color: Melrose. HEX triplet: C7, BC and DC. RGB value is (199,188,220). Sum of RGB (Red+Green+Blue) = 199+188+220=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCDC is #384323. Grayscale: #C2C2C2. Windows color (decimal): -3687204 or 14466247. OLE color: 14466247.

HSL color Cylindrical-coordinate representation of color #C7BCDC: hue angle of 260.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BCDC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 188 220 -
CMYK 0.10 0.15 0 0.14
HSL 260.63º 0.31% 0.8% -
HSV(B) 260.63º 0.15% 0.86% -
XYZ 54.45 53.28 75.12 -
YUV 194.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 199 188 220 0.10 0.15 0 0.14 260.63 0.31 0.8
Hex C7 BC DC A F 0 E 105 1F 50
Octal 307 274 334 12 17 0 16 405 37 120
Binary 11000111 10111100 11011100 1010 1111 0 1110 100000101 11111 1010000

Color Harmonies of #C7BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCDC

Black with #C7BCDC

Text Example


Text Example

White with #C7BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCDC; }

 p { color: rgb(199,188,220); }

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

background-color css

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

 a { background-color: rgb(199,188,220); }

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

border-color css

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

 span { border-color: rgb(199,188,220); }

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