#C6BACE

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

Shades of Prelude #C6BACE

Tints of Prelude #C6BACE

Color information

#C6BACE (or 0xC6BACE) is unknown color: approx Prelude. HEX triplet: C6, BA and CE. RGB value is (198,186,206). Sum of RGB (Red+Green+Blue) = 198+186+206=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACE is #394531. Grayscale: #BFBFBF. Windows color (decimal): -3753266 or 13548230. OLE color: 13548230.

HSL color Cylindrical-coordinate representation of color #C6BACE: hue angle of 276º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BACE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198186206-
CMYK0.040.1000.19
HSL276º16.95%76.86%-
HSV(B)276º9.71%80.78%-
XYZ51.9951.5865.61-
YUV191.87135.98132.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=33.56%
G=31.53%
B=34.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981862060.040.1000.1927616.9576.86
HexC6BACE4A013114114d
Octal30627231641202342421115
Binary1100011010111010110011101001010010011100010100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BACE; }

 p { color: rgb(198,186,206); }

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

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

 a { background-color: rgb(198,186,206); }

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

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

 span { border-color: rgb(198,186,206); }

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