#B0A1BE

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

Shades of Chatelle #B0A1BE

Tints of Chatelle #B0A1BE

Color information

#B0A1BE (or 0xB0A1BE) is unknown color: approx Chatelle. HEX triplet: B0, A1 and BE. RGB value is (176,161,190). Sum of RGB (Red+Green+Blue) = 176+161+190=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0A1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1BE is #4F5E41. Grayscale: #A8A8A8. Windows color (decimal): -5201474 or 12493232. OLE color: 12493232.

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

Color convert

RGB176161190-
CMYK0.070.1500.25
HSL271.03º18.24%68.82%-
HSV(B)271.03º15.26%74.51%-
XYZ39.9438.4454.03-
YUV168.79139.97133.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=33.40%
G=30.55%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761611900.070.1500.25271.0318.2468.82
HexB0A1BE7F01910f1245
Octal26024127671703141722105
Binary1011000010100001101111101111111011001100001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1BE; }

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

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

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

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

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

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

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

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