#C5BBDB

Color #C5BBDB Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C5BBDB

Tints of Melrose #C5BBDB

Color information

#C5BBDB (or 0xC5BBDB) is unknown color: approx Melrose. HEX triplet: C5, BB and DB. RGB value is (197,187,219). Sum of RGB (Red+Green+Blue) = 197+187+219=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBDB is #3A4424. Grayscale: #C1C1C1. Windows color (decimal): -3818533 or 14400453. OLE color: 14400453.

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

Color convert

RGB197187219-
CMYK0.100.1500.14
HSL258.75º30.77%79.61%-
HSV(B)258.75º14.61%85.88%-
XYZ53.5852.5374.33-
YUV193.64142.31130.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=32.67%
G=31.01%
B=36.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971872190.100.1500.14258.7530.7779.61
HexC5BBDBAF0E1031f50
Octal305273333121701640337120
Binary1100010110111011110110111010111101110100000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBDB; }

 p { color: rgb(197,187,219); }

 H1.HeaderClassName
 {
   color: #C5BBDB;
 }
 .AnyTagClassName
 {
   color: #C5BBDB;
 }
</style>
background-color css

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

 a { background-color: rgb(197,187,219); }

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

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

 span { border-color: rgb(197,187,219); }

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