#C5BFEE

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

Shades of Melrose #C5BFEE

Tints of Melrose #C5BFEE

Color information

#C5BFEE (or 0xC5BFEE) is unknown color: approx Melrose. HEX triplet: C5, BF and EE. RGB value is (197,191,238). Sum of RGB (Red+Green+Blue) = 197+191+238=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFEE is #3A4011. Grayscale: #C5C5C5. Windows color (decimal): -3817490 or 15646661. OLE color: 15646661.

HSL color Cylindrical-coordinate representation of color #C5BFEE: hue angle of 247.66º degrees, saturation: 0.58, 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 #C5BFEE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197191238-
CMYK0.170.2000.07
HSL247.66º58.02%84.12%-
HSV(B)247.66º19.75%93.33%-
XYZ57.0955.388.55-
YUV198.15150.49127.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.47%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=31.47%
G=30.51%
B=38.02%

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
Decimal1971912380.170.2000.07247.6658.0284.12
HexC5BFEE111407f83a54
Octal30527735621240737072124
Binary11000101101111111110111010001101000111111110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFEE; }

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

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

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

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

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

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

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

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