#B6A1BE

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

Shades of Chatelle #B6A1BE

Tints of Chatelle #B6A1BE

Color information

#B6A1BE (or 0xB6A1BE) is unknown color: approx Chatelle. HEX triplet: B6, A1 and BE. RGB value is (182,161,190). Sum of RGB (Red+Green+Blue) = 182+161+190=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1BE is #495E41. Grayscale: #AAAAAA. Windows color (decimal): -4808258 or 12493238. OLE color: 12493238.

HSL color Cylindrical-coordinate representation of color #B6A1BE: hue angle of 283.45º 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 #B6A1BE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182161190-
CMYK0.040.1500.25
HSL283.45º18.24%68.82%-
HSV(B)283.45º15.26%74.51%-
XYZ41.3339.1554.09-
YUV170.58138.96136.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=34.15%
G=30.21%
B=35.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821611900.040.1500.25283.4518.2468.82
HexB6A1BE4F01911b1245
Octal26624127641703143322105
Binary1011011010100001101111101001111011001100011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1BE; }

 p { color: rgb(182,161,190); }

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

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

 a { background-color: rgb(182,161,190); }

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

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

 span { border-color: rgb(182,161,190); }

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