#B0A4BA

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

Shades of Chatelle #B0A4BA

Tints of Chatelle #B0A4BA

Color information

#B0A4BA (or 0xB0A4BA) is unknown color: approx Chatelle. HEX triplet: B0, A4 and BA. RGB value is (176,164,186). Sum of RGB (Red+Green+Blue) = 176+164+186=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A4BA is #4F5B45. Grayscale: #AAAAAA. Windows color (decimal): -5200710 or 12231856. OLE color: 12231856.

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

Color convert

RGB176164186-
CMYK0.050.1200.27
HSL272.73º13.75%68.63%-
HSV(B)272.73º11.83%72.94%-
XYZ40.0439.3351.93-
YUV170.1136.98132.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=33.46%
G=31.18%
B=35.36%

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
Decimal1761641860.050.1200.27272.7313.7568.63
HexB0A4BA5C01B111e45
Octal26024427251403342116105
Binary101100001010010010111010101110001101110001000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A4BA; }

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

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

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

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

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

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

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

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