#B6A9BA

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

Shades of Chatelle #B6A9BA

Tints of Chatelle #B6A9BA

Color information

#B6A9BA (or 0xB6A9BA) is unknown color: approx Chatelle. HEX triplet: B6, A9 and BA. RGB value is (182,169,186). Sum of RGB (Red+Green+Blue) = 182+169+186=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9BA is #495645. Grayscale: #AEAEAE. Windows color (decimal): -4806214 or 12233142. OLE color: 12233142.

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

Color convert

RGB182169186-
CMYK0.020.0900.27
HSL285.88º10.97%69.61%-
HSV(B)285.88º9.14%72.94%-
XYZ42.3441.8752.3-
YUV174.82134.31133.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=33.89%
G=31.47%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821691860.020.0900.27285.8810.9769.61
HexB6A9BA2901B11eb46
Octal26625127221103343613106
Binary10110110101010011011101010100101101110001111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9BA; }

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

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

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

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

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

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

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

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