#B3AABB

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

Shades of Chatelle #B3AABB

Tints of Chatelle #B3AABB

Color information

#B3AABB (or 0xB3AABB) is unknown color: approx Chatelle. HEX triplet: B3, AA and BB. RGB value is (179,170,187). Sum of RGB (Red+Green+Blue) = 179+170+187=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AABB is #4C5544. Grayscale: #AEAEAE. Windows color (decimal): -5002565 or 12298931. OLE color: 12298931.

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

Color convert

RGB179170187-
CMYK0.040.0900.27
HSL271.76º11.11%70%-
HSV(B)271.76º9.09%73.33%-
XYZ41.9341.9252.9-
YUV174.63134.98131.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=33.40%
G=31.72%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791701870.040.0900.27271.7611.1170
HexB3AABB4901B110b46
Octal26325227341103342013106
Binary101100111010101010111011100100101101110001000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AABB; }

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

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

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

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

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

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

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

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