#B6AABA

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

Shades of Chatelle #B6AABA

Tints of Chatelle #B6AABA

Color information

#B6AABA (or 0xB6AABA) is unknown color: approx Chatelle. HEX triplet: B6, AA and BA. RGB value is (182,170,186). Sum of RGB (Red+Green+Blue) = 182+170+186=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AABA is #495545. Grayscale: #AFAFAF. Windows color (decimal): -4805958 or 12233398. OLE color: 12233398.

HSL color Cylindrical-coordinate representation of color #B6AABA: hue angle of 285º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6AABA is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182170186-
CMYK0.020.0900.27
HSL285º10.39%69.8%-
HSV(B)285º8.6%72.94%-
XYZ42.5342.2452.37-
YUV175.41133.98132.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=33.83%
G=31.60%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821701860.020.0900.2728510.3969.8
HexB6AABA2901B11da46
Octal26625227221103343512106
Binary10110110101010101011101010100101101110001110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AABA; }

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

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

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

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

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

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

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

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