#C7BFE1

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

Shades of Melrose #C7BFE1

Tints of Melrose #C7BFE1

Color information

#C7BFE1 (or 0xC7BFE1) is unknown color: approx Melrose. HEX triplet: C7, BF and E1. RGB value is (199,191,225). Sum of RGB (Red+Green+Blue) = 199+191+225=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFE1 is #38401E. Grayscale: #C5C5C5. Windows color (decimal): -3686431 or 14794695. OLE color: 14794695.

HSL color Cylindrical-coordinate representation of color #C7BFE1: hue angle of 254.12º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BFE1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199191225-
CMYK0.120.1500.12
HSL254.12º36.17%81.57%-
HSV(B)254.12º15.11%88.24%-
XYZ55.7754.8478.88-
YUV197.27143.65129.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=32.36%
G=31.06%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991912250.120.1500.12254.1236.1781.57
HexC7BFE1CF0Cfe2452
Octal307277341141701437644122
Binary1100011110111111111000011100111101100111111101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFE1; }

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

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

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

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

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

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

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

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