#B4A6B9

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

Shades of Chatelle #B4A6B9

Tints of Chatelle #B4A6B9

Color information

#B4A6B9 (or 0xB4A6B9) is unknown color: approx Chatelle. HEX triplet: B4, A6 and B9. RGB value is (180,166,185). Sum of RGB (Red+Green+Blue) = 180+166+185=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 185 - color contains mainly: blue. Hex color #B4A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6B9 is #4B5946. Grayscale: #ACACAC. Windows color (decimal): -4938055 or 12166836. OLE color: 12166836.

HSL color Cylindrical-coordinate representation of color #B4A6B9: hue angle of 284.21º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4A6B9 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180166185-
CMYK0.030.1000.27
HSL284.21º11.95%68.82%-
HSV(B)284.21º10.27%72.55%-
XYZ41.2240.4851.54-
YUV172.35135.14133.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=33.90%
G=31.26%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801661850.030.1000.27284.2111.9568.82
HexB4A6B93A01B11cc45
Octal26424627131203343414105
Binary10110100101001101011100111101001101110001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6B9; }

 p { color: rgb(180,166,185); }

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

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

 a { background-color: rgb(180,166,185); }

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

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

 span { border-color: rgb(180,166,185); }

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