#C6BACC

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

Shades of Prelude #C6BACC

Tints of Prelude #C6BACC

Color information

#C6BACC (or 0xC6BACC) is unknown color: approx Prelude. HEX triplet: C6, BA and CC. RGB value is (198,186,204). Sum of RGB (Red+Green+Blue) = 198+186+204=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACC is #394533. Grayscale: #BFBFBF. Windows color (decimal): -3753268 or 13417158. OLE color: 13417158.

HSL color Cylindrical-coordinate representation of color #C6BACC: hue angle of 280º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BACC is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198186204-
CMYK0.030.0900.2
HSL280º15%76.47%-
HSV(B)280º8.82%80%-
XYZ51.7551.4864.34-
YUV191.64134.98132.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=33.67%
G=31.63%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981862040.030.0900.22801576.47
HexC6BACC39014118f4c
Octal30627231431102443017114
Binary11000110101110101100110011100101010010001100011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BACC; }

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

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

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

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

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

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

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

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