#B3ACBA

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

Shades of Chatelle #B3ACBA

Tints of Chatelle #B3ACBA

Color information

#B3ACBA (or 0xB3ACBA) is unknown color: approx Chatelle. HEX triplet: B3, AC and BA. RGB value is (179,172,186). Sum of RGB (Red+Green+Blue) = 179+172+186=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACBA is #4C5345. Grayscale: #AFAFAF. Windows color (decimal): -5002054 or 12233907. OLE color: 12233907.

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

Color convert

RGB179172186-
CMYK0.040.0800.27
HSL270º9.21%70.2%-
HSV(B)270º7.53%72.94%-
XYZ42.2142.6352.46-
YUV175.69133.82130.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=33.33%
G=32.03%
B=34.64%

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
Decimal1791721860.040.0800.272709.2170.2
HexB3ACBA4801B10e946
Octal26325427241003341611106
Binary101100111010110010111010100100001101110000111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACBA; }

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

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

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

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

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

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

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

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