Html Css Color HEX #C7BCDA Melrose

📋 copy color: '#C7BCDA'

red 199 ◦ green 188 ◦ blue 218

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

Shades of Melrose #C7BCDA

Tints of Melrose #C7BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 32.89%
G = 31.07%
B = 36.03%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7BCDA (or 0xC7BCDA) is known color: Melrose. HEX triplet: C7, BC and DA. RGB value is (199,188,218). Sum of RGB (Red+Green+Blue) = 199+188+218=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCDA is #384325. Grayscale: #C2C2C2. Windows color (decimal): -3687206 or 14335175. OLE color: 14335175.

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

Color convert

RGB 199 188 218 -
CMYK 0.09 0.14 0 0.15
HSL 262º 0.29% 0.8% -
HSV(B) 262º 0.14% 0.85% -
XYZ 54.19 53.17 73.74 -
YUV 194.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 199 188 218 0.09 0.14 0 0.15 262 0.29 0.8
Hex C7 BC DA 9 E 0 F 106 1D 50
Octal 307 274 332 11 16 0 17 406 35 120
Binary 11000111 10111100 11011010 1001 1110 0 1111 100000110 11101 1010000

Color Harmonies of #C7BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCDA

Black with #C7BCDA

Text Example


Text Example

White with #C7BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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