#B6ABBA

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

Shades of Chatelle #B6ABBA

Tints of Chatelle #B6ABBA

Color information

#B6ABBA (or 0xB6ABBA) is unknown color: approx Chatelle. HEX triplet: B6, AB and BA. RGB value is (182,171,186). Sum of RGB (Red+Green+Blue) = 182+171+186=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABBA is #495445. Grayscale: #AFAFAF. Windows color (decimal): -4805702 or 12233654. OLE color: 12233654.

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

Color convert

RGB182171186-
CMYK0.020.0800.27
HSL284º9.8%70%-
HSV(B)284º8.06%72.94%-
XYZ42.7242.6252.43-
YUV176133.64132.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=33.77%
G=31.73%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821711860.020.0800.272849.870
HexB6ABBA2801B11ca46
Octal26625327221003343412106
Binary10110110101010111011101010100001101110001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABBA; }

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

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

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

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

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

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

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

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