#C5BDE4

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

Shades of Melrose #C5BDE4

Tints of Melrose #C5BDE4

Color information

#C5BDE4 (or 0xC5BDE4) is unknown color: approx Melrose. HEX triplet: C5, BD and E4. RGB value is (197,189,228). Sum of RGB (Red+Green+Blue) = 197+189+228=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDE4 is #3A421B. Grayscale: #C3C3C3. Windows color (decimal): -3818012 or 14990789. OLE color: 14990789.

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

Color convert

RGB197189228-
CMYK0.140.1700.11
HSL252.31º41.94%81.76%-
HSV(B)252.31º17.11%89.41%-
XYZ55.2353.8780.89-
YUV195.84146.15128.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.08%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=32.08%
G=30.78%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971892280.140.1700.11252.3141.9481.76
HexC5BDE4E110Bfc2a52
Octal305275344162101337452122
Binary11000101101111011110010011101000101011111111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDE4; }

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

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

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

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

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

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

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

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