#C5BCED

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

Shades of Melrose #C5BCED

Tints of Melrose #C5BCED

Color information

#C5BCED (or 0xC5BCED) is unknown color: approx Melrose. HEX triplet: C5, BC and ED. RGB value is (197,188,237). Sum of RGB (Red+Green+Blue) = 197+188+237=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCED is #3A4312. Grayscale: #C4C4C4. Windows color (decimal): -3818259 or 15580357. OLE color: 15580357.

HSL color Cylindrical-coordinate representation of color #C5BCED: hue angle of 251.02º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BCED is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197188237-
CMYK0.170.2100.07
HSL251.02º57.65%83.33%-
HSV(B)251.02º20.68%92.94%-
XYZ56.353.9587.57-
YUV196.28150.98128.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=31.67%
G=30.23%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971882370.170.2100.07251.0257.6583.33
HexC5BCED111507fb3a53
Octal30527435521250737372123
Binary11000101101111001110110110001101010111111110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCED; }

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

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

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

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

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

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

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

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