#B6AABB

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

Shades of Chatelle #B6AABB

Tints of Chatelle #B6AABB

Color information

#B6AABB (or 0xB6AABB) is unknown color: approx Chatelle. HEX triplet: B6, AA and BB. RGB value is (182,170,187). Sum of RGB (Red+Green+Blue) = 182+170+187=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AABB is #495544. Grayscale: #AFAFAF. Windows color (decimal): -4805957 or 12298934. OLE color: 12298934.

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

Color convert

RGB182170187-
CMYK0.030.0900.27
HSL282.35º11.11%70%-
HSV(B)282.35º9.09%73.33%-
XYZ42.6442.2852.93-
YUV175.53134.48132.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=33.77%
G=31.54%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821701870.030.0900.27282.3511.1170
HexB6AABB3901B11ab46
Octal26625227331103343213106
Binary10110110101010101011101111100101101110001101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AABB; }

 p { color: rgb(182,170,187); }

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

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

 a { background-color: rgb(182,170,187); }

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

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

 span { border-color: rgb(182,170,187); }

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