#B6AAC1

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

Shades of Chatelle #B6AAC1

Tints of Chatelle #B6AAC1

Color information

#B6AAC1 (or 0xB6AAC1) is unknown color: approx Chatelle. HEX triplet: B6, AA and C1. RGB value is (182,170,193). Sum of RGB (Red+Green+Blue) = 182+170+193=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAC1 is #49553E. Grayscale: #B0B0B0. Windows color (decimal): -4805951 or 12692150. OLE color: 12692150.

HSL color Cylindrical-coordinate representation of color #B6AAC1: hue angle of 271.3º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6AAC1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182170193-
CMYK0.060.1200.24
HSL271.3º15.65%71.18%-
HSV(B)271.3º11.92%75.69%-
XYZ43.2942.5456.38-
YUV176.21137.48132.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=33.39%
G=31.19%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821701930.060.1200.24271.315.6571.18
HexB6AAC16C01810f1047
Octal26625230161403041720107
Binary1011011010101010110000011101100011000100001111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAC1; }

 p { color: rgb(182,170,193); }

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

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

 a { background-color: rgb(182,170,193); }

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

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

 span { border-color: rgb(182,170,193); }

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