#C5BFED

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

Shades of Melrose #C5BFED

Tints of Melrose #C5BFED

Color information

#C5BFED (or 0xC5BFED) is unknown color: approx Melrose. HEX triplet: C5, BF and ED. RGB value is (197,191,237). Sum of RGB (Red+Green+Blue) = 197+191+237=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFED is #3A4012. Grayscale: #C5C5C5. Windows color (decimal): -3817491 or 15581125. OLE color: 15581125.

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

Color convert

RGB197191237-
CMYK0.170.1900.07
HSL247.83º56.1%83.92%-
HSV(B)247.83º19.41%92.94%-
XYZ56.9455.2587.78-
YUV198.04149.99127.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=31.52%
G=30.56%
B=37.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971912370.170.1900.07247.8356.183.92
HexC5BFED111307f83854
Octal30527735521230737070124
Binary11000101101111111110110110001100110111111110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFED; }

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

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

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

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

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

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

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

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