#B2AABA

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

Shades of Chatelle #B2AABA

Tints of Chatelle #B2AABA

Color information

#B2AABA (or 0xB2AABA) is unknown color: approx Chatelle. HEX triplet: B2, AA and BA. RGB value is (178,170,186). Sum of RGB (Red+Green+Blue) = 178+170+186=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABA is #4D5545. Grayscale: #AEAEAE. Windows color (decimal): -5068102 or 12233394. OLE color: 12233394.

HSL color Cylindrical-coordinate representation of color #B2AABA: hue angle of 270º 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 #B2AABA is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178170186-
CMYK0.040.0900.27
HSL270º10.39%69.8%-
HSV(B)270º8.6%72.94%-
XYZ41.641.7652.32-
YUV174.22134.65130.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=33.33%
G=31.84%
B=34.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781701860.040.0900.2727010.3969.8
HexB2AABA4901B10ea46
Octal26225227241103341612106
Binary101100101010101010111010100100101101110000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AABA; }

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

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

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

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

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

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

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

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