#C6BFEA

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

Shades of Melrose #C6BFEA

Tints of Melrose #C6BFEA

Color information

#C6BFEA (or 0xC6BFEA) is unknown color: approx Melrose. HEX triplet: C6, BF and EA. RGB value is (198,191,234). Sum of RGB (Red+Green+Blue) = 198+191+234=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFEA is #394015. Grayscale: #C5C5C5. Windows color (decimal): -3751958 or 15384518. OLE color: 15384518.

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

Color convert

RGB198191234-
CMYK0.150.1800.08
HSL249.77º50.59%83.33%-
HSV(B)249.77º18.38%91.76%-
XYZ56.7755.2185.51-
YUV198148.32128-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.78%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=31.78%
G=30.66%
B=37.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981912340.150.1800.08249.7750.5983.33
HexC6BFEAF1208fa3353
Octal306277352172201037263123
Binary11000110101111111110101011111001001000111110101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFEA; }

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

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

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

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

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

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

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

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