#B4A1BF

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

Shades of Chatelle #B4A1BF

Tints of Chatelle #B4A1BF

Color information

#B4A1BF (or 0xB4A1BF) is unknown color: approx Chatelle. HEX triplet: B4, A1 and BF. RGB value is (180,161,191). Sum of RGB (Red+Green+Blue) = 180+161+191=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1BF is #4B5E40. Grayscale: #AAAAAA. Windows color (decimal): -4939329 or 12558772. OLE color: 12558772.

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

Color convert

RGB180161191-
CMYK0.060.1600.25
HSL278º18.99%69.02%-
HSV(B)278º15.71%74.9%-
XYZ40.9738.9554.65-
YUV170.1139.79135.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 191 (75% from 255) = 35.90%
R=33.83%
G=30.26%
B=35.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801611910.060.1600.2527818.9969.02
HexB4A1BF6100191161345
Octal26424127762003142623105
Binary10110100101000011011111111010000011001100010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A1BF; }

 p { color: rgb(180,161,191); }

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

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

 a { background-color: rgb(180,161,191); }

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

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

 span { border-color: rgb(180,161,191); }

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