#B4A3C1

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

Shades of Chatelle #B4A3C1

Tints of Chatelle #B4A3C1

Color information

#B4A3C1 (or 0xB4A3C1) is unknown color: approx Chatelle. HEX triplet: B4, A3 and C1. RGB value is (180,163,193). Sum of RGB (Red+Green+Blue) = 180+163+193=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4A3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3C1 is #4B5C3E. Grayscale: #ABABAB. Windows color (decimal): -4938815 or 12690356. OLE color: 12690356.

HSL color Cylindrical-coordinate representation of color #B4A3C1: hue angle of 274º 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 #B4A3C1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180163193-
CMYK0.070.1600.24
HSL274º19.48%69.8%-
HSV(B)274º15.54%75.69%-
XYZ41.5539.7555.93-
YUV171.5140.13134.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=33.58%
G=30.41%
B=36.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801631930.070.1600.2427419.4869.8
HexB4A3C17100181121346
Octal26424330172003042223106
Binary10110100101000111100000111110000011000100010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A3C1; }

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

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

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

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

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

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

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

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