#B2AABB

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

Shades of Chatelle #B2AABB

Tints of Chatelle #B2AABB

Color information

#B2AABB (or 0xB2AABB) is unknown color: approx Chatelle. HEX triplet: B2, AA and BB. RGB value is (178,170,187). Sum of RGB (Red+Green+Blue) = 178+170+187=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABB is #4D5544. Grayscale: #AEAEAE. Windows color (decimal): -5068101 or 12298930. OLE color: 12298930.

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

Color convert

RGB178170187-
CMYK0.050.0900.27
HSL268.24º11.11%70%-
HSV(B)268.24º9.09%73.33%-
XYZ41.741.852.88-
YUV174.33135.15130.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=33.27%
G=31.78%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781701870.050.0900.27268.2411.1170
HexB2AABB5901B10cb46
Octal26225227351103341413106
Binary101100101010101010111011101100101101110000110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AABB; }

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

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

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

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

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

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

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

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