#B6A7BA

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

Shades of Chatelle #B6A7BA

Tints of Chatelle #B6A7BA

Color information

#B6A7BA (or 0xB6A7BA) is unknown color: approx Chatelle. HEX triplet: B6, A7 and BA. RGB value is (182,167,186). Sum of RGB (Red+Green+Blue) = 182+167+186=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A7BA is #495845. Grayscale: #ADADAD. Windows color (decimal): -4806726 or 12232630. OLE color: 12232630.

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

Color convert

RGB182167186-
CMYK0.020.1000.27
HSL287.37º12.1%69.22%-
HSV(B)287.37º10.22%72.94%-
XYZ41.9741.1352.18-
YUV173.65134.97133.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=34.02%
G=31.21%
B=34.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821671860.020.1000.27287.3712.169.22
HexB6A7BA2A01B11fc45
Octal26624727221203343714105
Binary10110110101001111011101010101001101110001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A7BA; }

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

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

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

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

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

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

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

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