#C5BCE6

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

Shades of Melrose #C5BCE6

Tints of Melrose #C5BCE6

Color information

#C5BCE6 (or 0xC5BCE6) is unknown color: approx Melrose. HEX triplet: C5, BC and E6. RGB value is (197,188,230). Sum of RGB (Red+Green+Blue) = 197+188+230=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCE6 is #3A4319. Grayscale: #C3C3C3. Windows color (decimal): -3818266 or 15121605. OLE color: 15121605.

HSL color Cylindrical-coordinate representation of color #C5BCE6: hue angle of 252.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BCE6 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197188230-
CMYK0.140.1800.10
HSL252.86º45.65%81.96%-
HSV(B)252.86º18.26%90.2%-
XYZ55.2953.5582.28-
YUV195.48147.48129.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=32.03%
G=30.57%
B=37.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971882300.140.1800.10252.8645.6581.96
HexC5BCE6E120Afd2e52
Octal305274346162201237556122
Binary11000101101111001110011011101001001010111111011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCE6; }

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

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

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

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

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

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

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

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