#BCA9C6

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

Shades of Chatelle #BCA9C6

Tints of Chatelle #BCA9C6

Color information

#BCA9C6 (or 0xBCA9C6) is unknown color: approx Chatelle. HEX triplet: BC, A9 and C6. RGB value is (188,169,198). Sum of RGB (Red+Green+Blue) = 188+169+198=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9C6 is #435639. Grayscale: #B1B1B1. Windows color (decimal): -4412986 or 13019580. OLE color: 13019580.

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

Color convert

RGB188169198-
CMYK0.050.1500.22
HSL279.31º20.28%71.96%-
HSV(B)279.31º14.65%77.65%-
XYZ45.1243.1459.38-
YUV177.99139.29135.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=33.87%
G=30.45%
B=35.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881691980.050.1500.22279.3120.2871.96
HexBCA9C65F0161171448
Octal27425130651702642724110
Binary1011110010101001110001101011111010110100010111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9C6; }

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

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

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

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

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

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

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

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