#C6BACA

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

Shades of Prelude #C6BACA

Tints of Prelude #C6BACA

Color information

#C6BACA (or 0xC6BACA) is unknown color: approx Prelude. HEX triplet: C6, BA and CA. RGB value is (198,186,202). Sum of RGB (Red+Green+Blue) = 198+186+202=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACA is #394535. Grayscale: #BFBFBF. Windows color (decimal): -3753270 or 13286086. OLE color: 13286086.

HSL color Cylindrical-coordinate representation of color #C6BACA: hue angle of 285º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6BACA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198186202-
CMYK0.020.0800.21
HSL285º13.11%76.08%-
HSV(B)285º7.92%79.22%-
XYZ51.5151.3963.08-
YUV191.41133.98132.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.79%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=33.79%
G=31.74%
B=34.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981862020.020.0800.2128513.1176.08
HexC6BACA2801511dd4c
Octal30627231221002543515114
Binary11000110101110101100101010100001010110001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BACA; }

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

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

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

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

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

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

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

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