#B3ABBA

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

Shades of Chatelle #B3ABBA

Tints of Chatelle #B3ABBA

Color information

#B3ABBA (or 0xB3ABBA) is unknown color: approx Chatelle. HEX triplet: B3, AB and BA. RGB value is (179,171,186). Sum of RGB (Red+Green+Blue) = 179+171+186=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABBA is #4C5445. Grayscale: #AFAFAF. Windows color (decimal): -5002310 or 12233651. OLE color: 12233651.

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

Color convert

RGB179171186-
CMYK0.040.0800.27
HSL272º9.8%70%-
HSV(B)272º8.06%72.94%-
XYZ42.0242.2552.4-
YUV175.1134.15130.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=33.40%
G=31.90%
B=34.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791711860.040.0800.272729.870
HexB3ABBA4801B110a46
Octal26325327241003342012106
Binary101100111010101110111010100100001101110001000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABBA; }

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

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

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

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

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

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

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

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