#B4ACBB

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

Shades of Chatelle #B4ACBB

Tints of Chatelle #B4ACBB

Color information

#B4ACBB (or 0xB4ACBB) is unknown color: approx Chatelle. HEX triplet: B4, AC and BB. RGB value is (180,172,187). Sum of RGB (Red+Green+Blue) = 180+172+187=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACBB is #4B5344. Grayscale: #B0B0B0. Windows color (decimal): -4936517 or 12299444. OLE color: 12299444.

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

Color convert

RGB180172187-
CMYK0.040.0800.27
HSL272º9.93%70.39%-
HSV(B)272º8.02%73.33%-
XYZ42.5442.853.03-
YUV176.1134.15130.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=33.40%
G=31.91%
B=34.69%

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
Decimal1801721870.040.0800.272729.9370.39
HexB4ACBB4801B110a46
Octal26425427341003342012106
Binary101101001010110010111011100100001101110001000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACBB; }

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

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

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

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

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

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

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

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