#C6BFE1

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

Shades of Melrose #C6BFE1

Tints of Melrose #C6BFE1

Color information

#C6BFE1 (or 0xC6BFE1) is unknown color: approx Melrose. HEX triplet: C6, BF and E1. RGB value is (198,191,225). Sum of RGB (Red+Green+Blue) = 198+191+225=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #C6BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFE1 is #39401E. Grayscale: #C4C4C4. Windows color (decimal): -3751967 or 14794694. OLE color: 14794694.

HSL color Cylindrical-coordinate representation of color #C6BFE1: hue angle of 252.35º 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 #C6BFE1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198191225-
CMYK0.120.1500.12
HSL252.35º36.17%81.57%-
HSV(B)252.35º15.11%88.24%-
XYZ55.5154.778.87-
YUV196.97143.82128.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=32.25%
G=31.11%
B=36.64%

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
Decimal1981912250.120.1500.12252.3536.1781.57
HexC6BFE1CF0Cfc2452
Octal306277341141701437444122
Binary1100011010111111111000011100111101100111111001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFE1; }

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

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

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

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

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

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

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

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