#B6ACBA

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

Shades of Chatelle #B6ACBA

Tints of Chatelle #B6ACBA

Color information

#B6ACBA (or 0xB6ACBA) is unknown color: approx Chatelle. HEX triplet: B6, AC and BA. RGB value is (182,172,186). Sum of RGB (Red+Green+Blue) = 182+172+186=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACBA is #495345. Grayscale: #B0B0B0. Windows color (decimal): -4805446 or 12233910. OLE color: 12233910.

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

Color convert

RGB182172186-
CMYK0.020.0800.27
HSL282.86º9.21%70.2%-
HSV(B)282.86º7.53%72.94%-
XYZ42.914352.49-
YUV176.59133.31131.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=33.70%
G=31.85%
B=34.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821721860.020.0800.27282.869.2170.2
HexB6ACBA2801B11b946
Octal26625427221003343311106
Binary10110110101011001011101010100001101110001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACBA; }

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

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

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

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

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

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

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

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