Html Css Color HEX #C5BCDA Melrose

📋 copy color: '#C5BCDA'

red 197 ◦ green 188 ◦ blue 218

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

Shades of Melrose #C5BCDA

Tints of Melrose #C5BCDA

RGB

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

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

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

R = 32.67%
G = 31.18%
B = 36.15%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5BCDA (or 0xC5BCDA) is known color: Melrose. HEX triplet: C5, BC and DA. RGB value is (197,188,218). Sum of RGB (Red+Green+Blue) = 197+188+218=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCDA is #3A4325. Grayscale: #C1C1C1. Windows color (decimal): -3818278 or 14335173. OLE color: 14335173.

HSL color Cylindrical-coordinate representation of color #C5BCDA: hue angle of 258º 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 #C5BCDA is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 188 218 -
CMYK 0.10 0.14 0 0.15
HSL 258º 0.29% 0.8% -
HSV(B) 258º 0.14% 0.85% -
XYZ 53.66 52.9 73.71 -
YUV 194.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 197 188 218 0.10 0.14 0 0.15 258 0.29 0.8
Hex C5 BC DA A E 0 F 102 1D 50
Octal 305 274 332 12 16 0 17 402 35 120
Binary 11000101 10111100 11011010 1010 1110 0 1111 100000010 11101 1010000

Color Harmonies of #C5BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCDA

Black with #C5BCDA

Text Example


Text Example

White with #C5BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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