#B0A1BD

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

Shades of Chatelle #B0A1BD

Tints of Chatelle #B0A1BD

Color information

#B0A1BD (or 0xB0A1BD) is unknown color: approx Chatelle. HEX triplet: B0, A1 and BD. RGB value is (176,161,189). Sum of RGB (Red+Green+Blue) = 176+161+189=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1BD is #4F5E42. Grayscale: #A8A8A8. Windows color (decimal): -5201475 or 12427696. OLE color: 12427696.

HSL color Cylindrical-coordinate representation of color #B0A1BD: hue angle of 272.14º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0A1BD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176161189-
CMYK0.070.1500.26
HSL272.14º17.5%68.63%-
HSV(B)272.14º14.81%74.12%-
XYZ39.8338.3953.46-
YUV168.68139.47133.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=33.46%
G=30.61%
B=35.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761611890.070.1500.26272.1417.568.63
HexB0A1BD7F01A1101145
Octal26024127571703242021105
Binary1011000010100001101111011111111011010100010000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1BD; }

 p { color: rgb(176,161,189); }

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

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

 a { background-color: rgb(176,161,189); }

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

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

 span { border-color: rgb(176,161,189); }

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