#B6A3BF

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

Shades of Chatelle #B6A3BF

Tints of Chatelle #B6A3BF

Color information

#B6A3BF (or 0xB6A3BF) is unknown color: approx Chatelle. HEX triplet: B6, A3 and BF. RGB value is (182,163,191). Sum of RGB (Red+Green+Blue) = 182+163+191=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #B6A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A3BF is #495C40. Grayscale: #ABABAB. Windows color (decimal): -4807745 or 12559286. OLE color: 12559286.

HSL color Cylindrical-coordinate representation of color #B6A3BF: hue angle of 280.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A3BF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182163191-
CMYK0.050.1500.25
HSL280.71º17.95%69.41%-
HSV(B)280.71º14.66%74.9%-
XYZ41.7939.954.79-
YUV171.87138.79135.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 191 (75% from 255) = 35.63%
R=33.96%
G=30.41%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821631910.050.1500.25280.7117.9569.41
HexB6A3BF5F0191191245
Octal26624327751703143122105
Binary1011011010100011101111111011111011001100011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3BF; }

 p { color: rgb(182,163,191); }

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

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

 a { background-color: rgb(182,163,191); }

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

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

 span { border-color: rgb(182,163,191); }

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