#C6BBF2

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

Shades of Melrose #C6BBF2

Tints of Melrose #C6BBF2

Color information

#C6BBF2 (or 0xC6BBF2) is unknown color: approx Melrose. HEX triplet: C6, BB and F2. RGB value is (198,187,242). Sum of RGB (Red+Green+Blue) = 198+187+242=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBF2 is #39440D. Grayscale: #C4C4C4. Windows color (decimal): -3752974 or 15907782. OLE color: 15907782.

HSL color Cylindrical-coordinate representation of color #C6BBF2: hue angle of 252º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BBF2 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198187242-
CMYK0.180.2300.05
HSL252º67.9%84.12%-
HSV(B)252º22.73%94.9%-
XYZ57.0953.9691.41-
YUV196.56153.64129.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 242 (94.92% from 255) = 38.60%
R=31.58%
G=29.82%
B=38.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981872420.180.2300.0525267.984.12
HexC6BBF2121705fc4454
Octal306273362222705374104124
Binary110001101011101111110010100101011101011111110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBF2; }

 p { color: rgb(198,187,242); }

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

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

 a { background-color: rgb(198,187,242); }

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

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

 span { border-color: rgb(198,187,242); }

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