#C7BBF0

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

Shades of Melrose #C7BBF0

Tints of Melrose #C7BBF0

Color information

#C7BBF0 (or 0xC7BBF0) is unknown color: approx Melrose. HEX triplet: C7, BB and F0. RGB value is (199,187,240). Sum of RGB (Red+Green+Blue) = 199+187+240=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBF0 is #38440F. Grayscale: #C4C4C4. Windows color (decimal): -3687440 or 15776711. OLE color: 15776711.

HSL color Cylindrical-coordinate representation of color #C7BBF0: hue angle of 253.58º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BBF0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199187240-
CMYK0.170.2200.06
HSL253.58º63.86%83.73%-
HSV(B)253.58º22.08%94.12%-
XYZ57.0553.9789.85-
YUV196.63152.48129.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.79%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=31.79%
G=29.87%
B=38.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991872400.170.2200.06253.5863.8683.73
HexC7BBF0111606fe4054
Octal307273360212606376100124
Binary110001111011101111110000100011011001101111111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBF0; }

 p { color: rgb(199,187,240); }

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

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

 a { background-color: rgb(199,187,240); }

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

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

 span { border-color: rgb(199,187,240); }

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