#C7BFEB

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

Shades of Melrose #C7BFEB

Tints of Melrose #C7BFEB

Color information

#C7BFEB (or 0xC7BFEB) is unknown color: approx Melrose. HEX triplet: C7, BF and EB. RGB value is (199,191,235). Sum of RGB (Red+Green+Blue) = 199+191+235=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFEB is #384014. Grayscale: #C6C6C6. Windows color (decimal): -3686421 or 15450055. OLE color: 15450055.

HSL color Cylindrical-coordinate representation of color #C7BFEB: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7BFEB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199191235-
CMYK0.150.1900.08
HSL250.91º52.38%83.53%-
HSV(B)250.91º18.72%92.16%-
XYZ57.1855.486.28-
YUV198.41148.65128.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.84%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=31.84%
G=30.56%
B=37.6%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991912350.150.1900.08250.9152.3883.53
HexC7BFEBF1308fb3454
Octal307277353172301037364124
Binary11000111101111111110101111111001101000111110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFEB; }

 p { color: rgb(199,191,235); }

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

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

 a { background-color: rgb(199,191,235); }

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

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

 span { border-color: rgb(199,191,235); }

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