#B8AAC1

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

Shades of Chatelle #B8AAC1

Tints of Chatelle #B8AAC1

Color information

#B8AAC1 (or 0xB8AAC1) is unknown color: approx Chatelle. HEX triplet: B8, AA and C1. RGB value is (184,170,193). Sum of RGB (Red+Green+Blue) = 184+170+193=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #B8AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AAC1 is #47553E. Grayscale: #B0B0B0. Windows color (decimal): -4674879 or 12692152. OLE color: 12692152.

HSL color Cylindrical-coordinate representation of color #B8AAC1: hue angle of 276.52º 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 #B8AAC1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184170193-
CMYK0.050.1200.24
HSL276.52º15.65%71.18%-
HSV(B)276.52º11.92%75.69%-
XYZ43.7742.7956.4-
YUV176.81137.14133.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=33.64%
G=31.08%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841701930.050.1200.24276.5215.6571.18
HexB8AAC15C0181151047
Octal27025230151403042520107
Binary1011100010101010110000011011100011000100010101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAC1; }

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

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

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

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

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

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

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

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