#B0A6BB

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

Shades of Chatelle #B0A6BB

Tints of Chatelle #B0A6BB

Color information

#B0A6BB (or 0xB0A6BB) is unknown color: approx Chatelle. HEX triplet: B0, A6 and BB. RGB value is (176,166,187). Sum of RGB (Red+Green+Blue) = 176+166+187=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6BB is #4F5944. Grayscale: #ABABAB. Windows color (decimal): -5200197 or 12297904. OLE color: 12297904.

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

Color convert

RGB176166187-
CMYK0.060.1100.27
HSL268.57º13.38%69.22%-
HSV(B)268.57º11.23%73.33%-
XYZ40.5140.0952.62-
YUV171.38136.81131.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=33.27%
G=31.38%
B=35.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761661870.060.1100.27268.5713.3869.22
HexB0A6BB6B01B10dd45
Octal26024627361303341515105
Binary101100001010011010111011110101101101110000110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A6BB; }

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

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

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

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

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

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

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

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