#B0A7B9

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

Shades of Chatelle #B0A7B9

Tints of Chatelle #B0A7B9

Color information

#B0A7B9 (or 0xB0A7B9) is unknown color: approx Chatelle. HEX triplet: B0, A7 and B9. RGB value is (176,167,185). Sum of RGB (Red+Green+Blue) = 176+167+185=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 185 - color contains mainly: blue. Hex color #B0A7B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A7B9 is #4F5846. Grayscale: #ABABAB. Windows color (decimal): -5199943 or 12167088. OLE color: 12167088.

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

Color convert

RGB176167185-
CMYK0.050.1000.27
HSL270º11.39%69.02%-
HSV(B)270º9.73%72.55%-
XYZ40.4840.3751.56-
YUV171.74135.48131.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=33.33%
G=31.63%
B=35.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761671850.050.1000.2727011.3969.02
HexB0A7B95A01B10eb45
Octal26024727151203341613105
Binary101100001010011110111001101101001101110000111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A7B9; }

 p { color: rgb(176,167,185); }

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

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

 a { background-color: rgb(176,167,185); }

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

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

 span { border-color: rgb(176,167,185); }

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