#C5BCE4

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

Shades of Melrose #C5BCE4

Tints of Melrose #C5BCE4

Color information

#C5BCE4 (or 0xC5BCE4) is unknown color: approx Melrose. HEX triplet: C5, BC and E4. RGB value is (197,188,228). Sum of RGB (Red+Green+Blue) = 197+188+228=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCE4 is #3A431B. Grayscale: #C3C3C3. Windows color (decimal): -3818268 or 14990533. OLE color: 14990533.

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

Color convert

RGB197188228-
CMYK0.140.1800.11
HSL253.5º42.55%81.57%-
HSV(B)253.5º17.54%89.41%-
XYZ55.0153.4480.81-
YUV195.25146.48129.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.14%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=32.14%
G=30.67%
B=37.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971882280.140.1800.11253.542.5581.57
HexC5BCE4E120Bfe2b52
Octal305274344162201337653122
Binary11000101101111001110010011101001001011111111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCE4; }

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

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

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

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

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

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

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

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