#B0A3BA

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

Shades of Chatelle #B0A3BA

Tints of Chatelle #B0A3BA

Color information

#B0A3BA (or 0xB0A3BA) is unknown color: approx Chatelle. HEX triplet: B0, A3 and BA. RGB value is (176,163,186). Sum of RGB (Red+Green+Blue) = 176+163+186=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3BA is #4F5C45. Grayscale: #A9A9A9. Windows color (decimal): -5200966 or 12231600. OLE color: 12231600.

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

Color convert

RGB176163186-
CMYK0.050.1200.27
HSL273.91º14.29%68.43%-
HSV(B)273.91º12.37%72.94%-
XYZ39.8638.9751.88-
YUV169.51137.31132.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=33.52%
G=31.05%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761631860.050.1200.27273.9114.2968.43
HexB0A3BA5C01B112e44
Octal26024327251403342216104
Binary101100001010001110111010101110001101110001001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3BA; }

 p { color: rgb(176,163,186); }

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

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

 a { background-color: rgb(176,163,186); }

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

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

 span { border-color: rgb(176,163,186); }

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