#B4A4C1

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

Shades of Chatelle #B4A4C1

Tints of Chatelle #B4A4C1

Color information

#B4A4C1 (or 0xB4A4C1) is unknown color: approx Chatelle. HEX triplet: B4, A4 and C1. RGB value is (180,164,193). Sum of RGB (Red+Green+Blue) = 180+164+193=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4A4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4C1 is #4B5B3E. Grayscale: #ABABAB. Windows color (decimal): -4938559 or 12690612. OLE color: 12690612.

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

Color convert

RGB180164193-
CMYK0.070.1500.24
HSL273.1º18.95%70%-
HSV(B)273.1º15.03%75.69%-
XYZ41.7240.155.99-
YUV172.09139.8133.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 193 (75.78% from 255) = 35.94%
R=33.52%
G=30.54%
B=35.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801641930.070.1500.24273.118.9570
HexB4A4C17F0181111346
Octal26424430171703042123106
Binary1011010010100100110000011111111011000100010001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4C1; }

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

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

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

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

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

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

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

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