#C7BCEE

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

Shades of Melrose #C7BCEE

Tints of Melrose #C7BCEE

Color information

#C7BCEE (or 0xC7BCEE) is unknown color: approx Melrose. HEX triplet: C7, BC and EE. RGB value is (199,188,238). Sum of RGB (Red+Green+Blue) = 199+188+238=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCEE is #384311. Grayscale: #C4C4C4. Windows color (decimal): -3687186 or 15645895. OLE color: 15645895.

HSL color Cylindrical-coordinate representation of color #C7BCEE: hue angle of 253.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BCEE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199188238-
CMYK0.160.2100.07
HSL253.2º59.52%83.53%-
HSV(B)253.2º21.01%93.33%-
XYZ56.9754.2888.36-
YUV196.99151.14129.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.84%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=31.84%
G=30.08%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991882380.160.2100.07253.259.5283.53
HexC7BCEE101507fd3c54
Octal30727435620250737574124
Binary11000111101111001110111010000101010111111111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCEE; }

 p { color: rgb(199,188,238); }

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

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

 a { background-color: rgb(199,188,238); }

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

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

 span { border-color: rgb(199,188,238); }

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