#B2A4BA

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

Shades of Chatelle #B2A4BA

Tints of Chatelle #B2A4BA

Color information

#B2A4BA (or 0xB2A4BA) is unknown color: approx Chatelle. HEX triplet: B2, A4 and BA. RGB value is (178,164,186). Sum of RGB (Red+Green+Blue) = 178+164+186=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A4BA is #4D5B45. Grayscale: #AAAAAA. Windows color (decimal): -5069638 or 12231858. OLE color: 12231858.

HSL color Cylindrical-coordinate representation of color #B2A4BA: hue angle of 278.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2A4BA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178164186-
CMYK0.040.1200.27
HSL278.18º13.75%68.63%-
HSV(B)278.18º11.83%72.94%-
XYZ40.539.5651.96-
YUV170.69136.64133.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=33.71%
G=31.06%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781641860.040.1200.27278.1813.7568.63
HexB2A4BA4C01B116e45
Octal26224427241403342616105
Binary101100101010010010111010100110001101110001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A4BA; }

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

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

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

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

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

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

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

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