#B5ACBA

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

Shades of Chatelle #B5ACBA

Tints of Chatelle #B5ACBA

Color information

#B5ACBA (or 0xB5ACBA) is unknown color: approx Chatelle. HEX triplet: B5, AC and BA. RGB value is (181,172,186). Sum of RGB (Red+Green+Blue) = 181+172+186=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACBA is #4A5345. Grayscale: #B0B0B0. Windows color (decimal): -4870982 or 12233909. OLE color: 12233909.

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

Color convert

RGB181172186-
CMYK0.030.0800.27
HSL278.57º9.21%70.2%-
HSV(B)278.57º7.53%72.94%-
XYZ42.6742.8752.48-
YUV176.29133.48131.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=33.58%
G=31.91%
B=34.51%

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
Decimal1811721860.030.0800.27278.579.2170.2
HexB5ACBA3801B117946
Octal26525427231003342711106
Binary10110101101011001011101011100001101110001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACBA; }

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

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

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

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

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

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

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

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