#BCA6C6

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

Shades of Chatelle #BCA6C6

Tints of Chatelle #BCA6C6

Color information

#BCA6C6 (or 0xBCA6C6) is unknown color: approx Chatelle. HEX triplet: BC, A6 and C6. RGB value is (188,166,198). Sum of RGB (Red+Green+Blue) = 188+166+198=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6C6 is #435939. Grayscale: #B0B0B0. Windows color (decimal): -4413754 or 13018812. OLE color: 13018812.

HSL color Cylindrical-coordinate representation of color #BCA6C6: hue angle of 281.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA6C6 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188166198-
CMYK0.050.1600.22
HSL281.25º21.92%71.37%-
HSV(B)281.25º16.16%77.65%-
XYZ44.5742.0459.19-
YUV176.23140.29136.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=34.06%
G=30.07%
B=35.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881661980.050.1600.22281.2521.9271.37
HexBCA6C65100161191647
Octal27424630652002643126107
Binary10111100101001101100011010110000010110100011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6C6; }

 p { color: rgb(188,166,198); }

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

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

 a { background-color: rgb(188,166,198); }

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

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

 span { border-color: rgb(188,166,198); }

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