Html Css Color HEX #C5BCDF Melrose

📋 copy color: '#C5BCDF'

red 197 ◦ green 188 ◦ blue 223

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

Shades of Melrose #C5BCDF

Tints of Melrose #C5BCDF

RGB

 RED value IS 197 (77.34% from 255) = 32.4%

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 32.4%
G = 30.92%
B = 36.68%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5BCDF (or 0xC5BCDF) is known color: Melrose. HEX triplet: C5, BC and DF. RGB value is (197,188,223). Sum of RGB (Red+Green+Blue) = 197+188+223=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCDF is #3A4320. Grayscale: #C2C2C2. Windows color (decimal): -3818273 or 14662853. OLE color: 14662853.

HSL color Cylindrical-coordinate representation of color #C5BCDF: hue angle of 255.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BCDF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 188 223 -
CMYK 0.12 0.16 0 0.13
HSL 255.43º 0.35% 0.81% -
HSV(B) 255.43º 0.16% 0.87% -
XYZ 54.33 53.16 77.21 -
YUV 194.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 197 188 223 0.12 0.16 0 0.13 255.43 0.35 0.81
Hex C5 BC DF C 10 0 D FF 23 51
Octal 305 274 337 14 20 0 15 377 43 121
Binary 11000101 10111100 11011111 1100 10000 0 1101 11111111 100011 1010001

Color Harmonies of #C5BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCDF

Black with #C5BCDF

Text Example


Text Example

White with #C5BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCDF; }

 p { color: rgb(197,188,223); }

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

background-color css

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

 a { background-color: rgb(197,188,223); }

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

border-color css

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

 span { border-color: rgb(197,188,223); }

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