#B4ACBA

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

Shades of Chatelle #B4ACBA

Tints of Chatelle #B4ACBA

Color information

#B4ACBA (or 0xB4ACBA) is unknown color: approx Chatelle. HEX triplet: B4, AC and BA. RGB value is (180,172,186). Sum of RGB (Red+Green+Blue) = 180+172+186=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACBA is #4B5345. Grayscale: #AFAFAF. Windows color (decimal): -4936518 or 12233908. OLE color: 12233908.

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

Color convert

RGB180172186-
CMYK0.030.0800.27
HSL274.29º9.21%70.2%-
HSV(B)274.29º7.53%72.94%-
XYZ42.4442.7552.47-
YUV175.99133.65130.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=33.46%
G=31.97%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801721860.030.0800.27274.299.2170.2
HexB4ACBA3801B112946
Octal26425427231003342211106
Binary10110100101011001011101011100001101110001001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACBA; }

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

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

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

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

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

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

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

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