#B6ACBD

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

Shades of Chatelle #B6ACBD

Tints of Chatelle #B6ACBD

Color information

#B6ACBD (or 0xB6ACBD) is unknown color: approx Chatelle. HEX triplet: B6, AC and BD. RGB value is (182,172,189). Sum of RGB (Red+Green+Blue) = 182+172+189=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACBD is #495342. Grayscale: #B0B0B0. Windows color (decimal): -4805443 or 12430518. OLE color: 12430518.

HSL color Cylindrical-coordinate representation of color #B6ACBD: hue angle of 275.29º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6ACBD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182172189-
CMYK0.040.0900.26
HSL275.29º11.41%70.78%-
HSV(B)275.29º8.99%74.12%-
XYZ43.2343.1254.19-
YUV176.93134.81131.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=33.52%
G=31.68%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821721890.040.0900.26275.2911.4170.78
HexB6ACBD4901A113b47
Octal26625427541103242313107
Binary101101101010110010111101100100101101010001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACBD; }

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

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

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

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

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

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

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

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