#C7BFE9

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

Shades of Melrose #C7BFE9

Tints of Melrose #C7BFE9

Color information

#C7BFE9 (or 0xC7BFE9) is unknown color: approx Melrose. HEX triplet: C7, BF and E9. RGB value is (199,191,233). Sum of RGB (Red+Green+Blue) = 199+191+233=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #C7BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFE9 is #384016. Grayscale: #C6C6C6. Windows color (decimal): -3686423 or 15318983. OLE color: 15318983.

HSL color Cylindrical-coordinate representation of color #C7BFE9: hue angle of 251.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7BFE9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB199191233-
CMYK0.150.1800.09
HSL251.43º48.84%83.14%-
HSV(B)251.43º18.03%91.37%-
XYZ56.8955.2984.76-
YUV198.18147.65128.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.94%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=31.94%
G=30.66%
B=37.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1991912330.150.1800.09251.4348.8483.14
HexC7BFE9F1209fb3153
Octal307277351172201137361123
Binary11000111101111111110100111111001001001111110111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFE9; }

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

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

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

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

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

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

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

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