#B2A8BA

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

Shades of Chatelle #B2A8BA

Tints of Chatelle #B2A8BA

Color information

#B2A8BA (or 0xB2A8BA) is unknown color: approx Chatelle. HEX triplet: B2, A8 and BA. RGB value is (178,168,186). Sum of RGB (Red+Green+Blue) = 178+168+186=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8BA is #4D5745. Grayscale: #ACACAC. Windows color (decimal): -5068614 or 12232882. OLE color: 12232882.

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

Color convert

RGB178168186-
CMYK0.040.1000.27
HSL273.33º11.54%69.41%-
HSV(B)273.33º9.68%72.94%-
XYZ41.2341.0252.2-
YUV173.04135.31131.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=33.46%
G=31.58%
B=34.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781681860.040.1000.27273.3311.5469.41
HexB2A8BA4A01B111c45
Octal26225027241203342114105
Binary101100101010100010111010100101001101110001000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A8BA; }

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

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

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

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

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

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

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

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