#B0A1B4

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

Shades of Chatelle #B0A1B4

Tints of Chatelle #B0A1B4

Color information

#B0A1B4 (or 0xB0A1B4) is unknown color: approx Chatelle. HEX triplet: B0, A1 and B4. RGB value is (176,161,180). Sum of RGB (Red+Green+Blue) = 176+161+180=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #B0A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1B4 is #4F5E4B. Grayscale: #A7A7A7. Windows color (decimal): -5201484 or 11837872. OLE color: 11837872.

HSL color Cylindrical-coordinate representation of color #B0A1B4: hue angle of 287.37º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A1B4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176161180-
CMYK0.020.1100.29
HSL287.37º11.24%66.86%-
HSV(B)287.37º10.56%70.59%-
XYZ38.8938.0248.47-
YUV167.65134.97133.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=34.04%
G=31.14%
B=34.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761611800.020.1100.29287.3711.2466.86
HexB0A1B42B01D11fb43
Octal26024126421303543713103
Binary10110000101000011011010010101101110110001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1B4; }

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

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

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

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

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

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

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

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