#C7BFE6

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

Shades of Melrose #C7BFE6

Tints of Melrose #C7BFE6

Color information

#C7BFE6 (or 0xC7BFE6) is unknown color: approx Melrose. HEX triplet: C7, BF and E6. RGB value is (199,191,230). Sum of RGB (Red+Green+Blue) = 199+191+230=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFE6 is #384019. Grayscale: #C5C5C5. Windows color (decimal): -3686426 or 15122375. OLE color: 15122375.

HSL color Cylindrical-coordinate representation of color #C7BFE6: hue angle of 252.31º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7BFE6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB199191230-
CMYK0.130.1700.10
HSL252.31º43.82%82.55%-
HSV(B)252.31º16.96%90.2%-
XYZ56.4755.1282.53-
YUV197.84146.15128.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=32.10%
G=30.81%
B=37.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1991912300.130.1700.10252.3143.8282.55
HexC7BFE6D110Afc2c53
Octal307277346152101237454123
Binary11000111101111111110011011011000101010111111001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFE6; }

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

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

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

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

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

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

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

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