#C5BAF5

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

Shades of Melrose #C5BAF5

Tints of Melrose #C5BAF5

Color information

#C5BAF5 (or 0xC5BAF5) is unknown color: approx Melrose. HEX triplet: C5, BA and F5. RGB value is (197,186,245). Sum of RGB (Red+Green+Blue) = 197+186+245=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #C5BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAF5 is #3A450A. Grayscale: #C3C3C3. Windows color (decimal): -3818763 or 16104133. OLE color: 16104133.

HSL color Cylindrical-coordinate representation of color #C5BAF5: hue angle of 251.19º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BAF5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197186245-
CMYK0.200.2400.04
HSL251.19º74.68%84.51%-
HSV(B)251.19º24.08%96.08%-
XYZ57.0753.5893.72-
YUV196.02155.64128.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.37%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 245 (96.09% from 255) = 39.01%
R=31.37%
G=29.62%
B=39.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971862450.200.2400.04251.1974.6884.51
HexC5BAF5141804fb4b55
Octal305272365243004373113125
Binary110001011011101011110101101001100001001111101110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAF5; }

 p { color: rgb(197,186,245); }

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

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

 a { background-color: rgb(197,186,245); }

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

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

 span { border-color: rgb(197,186,245); }

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