#BCAAC5

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

Shades of Chatelle #BCAAC5

Tints of Chatelle #BCAAC5

Color information

#BCAAC5 (or 0xBCAAC5) is unknown color: approx Chatelle. HEX triplet: BC, AA and C5. RGB value is (188,170,197). Sum of RGB (Red+Green+Blue) = 188+170+197=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC5 is #43553A. Grayscale: #B2B2B2. Windows color (decimal): -4412731 or 12954300. OLE color: 12954300.

HSL color Cylindrical-coordinate representation of color #BCAAC5: hue angle of 280º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCAAC5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188170197-
CMYK0.050.1400.23
HSL280º18.88%71.96%-
HSV(B)280º13.71%77.25%-
XYZ45.1943.4758.83-
YUV178.46138.46134.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=33.87%
G=30.63%
B=35.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881701970.050.1400.2328018.8871.96
HexBCAAC55E0171181348
Octal27425230551602743023110
Binary1011110010101010110001011011110010111100011000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAC5; }

 p { color: rgb(188,170,197); }

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

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

 a { background-color: rgb(188,170,197); }

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

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

 span { border-color: rgb(188,170,197); }

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