#B6A3C1

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

Shades of Chatelle #B6A3C1

Tints of Chatelle #B6A3C1

Color information

#B6A3C1 (or 0xB6A3C1) is unknown color: approx Chatelle. HEX triplet: B6, A3 and C1. RGB value is (182,163,193). Sum of RGB (Red+Green+Blue) = 182+163+193=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6A3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A3C1 is #495C3E. Grayscale: #ACACAC. Windows color (decimal): -4807743 or 12690358. OLE color: 12690358.

HSL color Cylindrical-coordinate representation of color #B6A3C1: hue angle of 278º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6A3C1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182163193-
CMYK0.060.1600.24
HSL278º19.48%69.8%-
HSV(B)278º15.54%75.69%-
XYZ42.0139.9955.96-
YUV172.1139.79135.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=33.83%
G=30.30%
B=35.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821631930.060.1600.2427819.4869.8
HexB6A3C16100181161346
Octal26624330162003042623106
Binary10110110101000111100000111010000011000100010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3C1; }

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

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

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

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

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

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

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

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