#B6A4BE

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

Shades of Chatelle #B6A4BE

Tints of Chatelle #B6A4BE

Color information

#B6A4BE (or 0xB6A4BE) is unknown color: approx Chatelle. HEX triplet: B6, A4 and BE. RGB value is (182,164,190). Sum of RGB (Red+Green+Blue) = 182+164+190=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6A4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A4BE is #495B41. Grayscale: #ACACAC. Windows color (decimal): -4807490 or 12494006. OLE color: 12494006.

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

Color convert

RGB182164190-
CMYK0.040.1400.25
HSL281.54º16.67%69.41%-
HSV(B)281.54º13.68%74.51%-
XYZ41.8640.2154.27-
YUV172.35137.96134.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=33.96%
G=30.60%
B=35.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821641900.040.1400.25281.5416.6769.41
HexB6A4BE4E01911a1145
Octal26624427641603143221105
Binary1011011010100100101111101001110011001100011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A4BE; }

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

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

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

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

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

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

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

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