#B2A7BA

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

Shades of Chatelle #B2A7BA

Tints of Chatelle #B2A7BA

Color information

#B2A7BA (or 0xB2A7BA) is unknown color: approx Chatelle. HEX triplet: B2, A7 and BA. RGB value is (178,167,186). Sum of RGB (Red+Green+Blue) = 178+167+186=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7BA is #4D5845. Grayscale: #ACACAC. Windows color (decimal): -5068870 or 12232626. OLE color: 12232626.

HSL color Cylindrical-coordinate representation of color #B2A7BA: hue angle of 274.74º degrees, saturation: 0.12, 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 #B2A7BA is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178167186-
CMYK0.040.1000.27
HSL274.74º12.1%69.22%-
HSV(B)274.74º10.22%72.94%-
XYZ41.0440.6552.14-
YUV172.46135.64131.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=33.52%
G=31.45%
B=35.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781671860.040.1000.27274.7412.169.22
HexB2A7BA4A01B113c45
Octal26224727241203342314105
Binary101100101010011110111010100101001101110001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7BA; }

 p { color: rgb(178,167,186); }

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

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

 a { background-color: rgb(178,167,186); }

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

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

 span { border-color: rgb(178,167,186); }

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