#C5BEED

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

Shades of Melrose #C5BEED

Tints of Melrose #C5BEED

Color information

#C5BEED (or 0xC5BEED) is unknown color: approx Melrose. HEX triplet: C5, BE and ED. RGB value is (197,190,237). Sum of RGB (Red+Green+Blue) = 197+190+237=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEED is #3A4112. Grayscale: #C5C5C5. Windows color (decimal): -3817747 or 15580869. OLE color: 15580869.

HSL color Cylindrical-coordinate representation of color #C5BEED: hue angle of 248.94º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BEED is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197190237-
CMYK0.170.2000.07
HSL248.94º56.63%83.73%-
HSV(B)248.94º19.83%92.94%-
XYZ56.7354.8187.71-
YUV197.45150.32127.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.57%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=31.57%
G=30.45%
B=37.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971902370.170.2000.07248.9456.6383.73
HexC5BEED111407f93954
Octal30527635521240737171124
Binary11000101101111101110110110001101000111111110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEED; }

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

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

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

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

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

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

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

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