#B6A6C1

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

Shades of Chatelle #B6A6C1

Tints of Chatelle #B6A6C1

Color information

#B6A6C1 (or 0xB6A6C1) is unknown color: approx Chatelle. HEX triplet: B6, A6 and C1. RGB value is (182,166,193). Sum of RGB (Red+Green+Blue) = 182+166+193=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6A6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A6C1 is #49593E. Grayscale: #ADADAD. Windows color (decimal): -4806975 or 12691126. OLE color: 12691126.

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

Color convert

RGB182166193-
CMYK0.060.1400.24
HSL275.56º17.88%70.39%-
HSV(B)275.56º13.99%75.69%-
XYZ42.5541.0756.14-
YUV173.86138.8133.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=33.64%
G=30.68%
B=35.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821661930.060.1400.24275.5617.8870.39
HexB6A6C16E0181141246
Octal26624630161603042422106
Binary1011011010100110110000011101110011000100010100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A6C1; }

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

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

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

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

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

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

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

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