#B8AAC2

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

Shades of Chatelle #B8AAC2

Tints of Chatelle #B8AAC2

Color information

#B8AAC2 (or 0xB8AAC2) is unknown color: approx Chatelle. HEX triplet: B8, AA and C2. RGB value is (184,170,194). Sum of RGB (Red+Green+Blue) = 184+170+194=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AAC2 is #47553D. Grayscale: #B0B0B0. Windows color (decimal): -4674878 or 12757688. OLE color: 12757688.

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

Color convert

RGB184170194-
CMYK0.050.1200.24
HSL275º16.44%71.37%-
HSV(B)275º12.37%76.08%-
XYZ43.8842.8356.99-
YUV176.92137.64133.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 194 (76.17% from 255) = 35.40%
R=33.58%
G=31.02%
B=35.40%

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
Decimal1841701940.050.1200.2427516.4471.37
HexB8AAC25C0181131047
Octal27025230251403042320107
Binary1011100010101010110000101011100011000100010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAC2; }

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

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

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

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

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

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

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

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