Html Css Color HEX #C5BED9 Melrose

📋 copy color: '#C5BED9'

red 197 ◦ green 190 ◦ blue 217

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

Shades of Melrose #C5BED9

Tints of Melrose #C5BED9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.46%

 BLUE value IS 217 (85.16% from 255) = 35.93%

R = 32.62%
G = 31.46%
B = 35.93%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5BED9 (or 0xC5BED9) is known color: Melrose. HEX triplet: C5, BE and D9. RGB value is (197,190,217). Sum of RGB (Red+Green+Blue) = 197+190+217=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BED9 is #3A4126. Grayscale: #C3C3C3. Windows color (decimal): -3817767 or 14270149. OLE color: 14270149.

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

Color convert

RGB 197 190 217 -
CMYK 0.09 0.12 0 0.15
HSL 255.56º 0.26% 0.8% -
HSV(B) 255.56º 0.12% 0.85% -
XYZ 53.96 53.71 73.17 -
YUV 195.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 197 190 217 0.09 0.12 0 0.15 255.56 0.26 0.8
Hex C5 BE D9 9 C 0 F 100 1A 50
Octal 305 276 331 11 14 0 17 400 32 120
Binary 11000101 10111110 11011001 1001 1100 0 1111 100000000 11010 1010000

Color Harmonies of #C5BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BED9

Black with #C5BED9

Text Example


Text Example

White with #C5BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BED9; }

 p { color: rgb(197,190,217); }

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

background-color css

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

 a { background-color: rgb(197,190,217); }

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

border-color css

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

 span { border-color: rgb(197,190,217); }

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