#B0A0BB

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

Shades of Chatelle #B0A0BB

Tints of Chatelle #B0A0BB

Color information

#B0A0BB (or 0xB0A0BB) is unknown color: approx Chatelle. HEX triplet: B0, A0 and BB. RGB value is (176,160,187). Sum of RGB (Red+Green+Blue) = 176+160+187=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0BB is #4F5F44. Grayscale: #A7A7A7. Windows color (decimal): -5201733 or 12296368. OLE color: 12296368.

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

Color convert

RGB176160187-
CMYK0.060.1400.27
HSL275.56º16.56%68.04%-
HSV(B)275.56º14.44%73.33%-
XYZ39.4437.9652.26-
YUV167.86138.8133.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=33.65%
G=30.59%
B=35.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761601870.060.1400.27275.5616.5668.04
HexB0A0BB6E01B1141144
Octal26024027361603342421104
Binary1011000010100000101110111101110011011100010100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0BB; }

 p { color: rgb(176,160,187); }

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

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

 a { background-color: rgb(176,160,187); }

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

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

 span { border-color: rgb(176,160,187); }

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