#B4A3BF

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

Shades of Chatelle #B4A3BF

Tints of Chatelle #B4A3BF

Color information

#B4A3BF (or 0xB4A3BF) is unknown color: approx Chatelle. HEX triplet: B4, A3 and BF. RGB value is (180,163,191). Sum of RGB (Red+Green+Blue) = 180+163+191=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A3BF is #4B5C40. Grayscale: #ABABAB. Windows color (decimal): -4938817 or 12559284. OLE color: 12559284.

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

Color convert

RGB180163191-
CMYK0.060.1500.25
HSL276.43º17.95%69.41%-
HSV(B)276.43º14.66%74.9%-
XYZ41.3239.6654.77-
YUV171.28139.13134.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 191 (75% from 255) = 35.77%
R=33.71%
G=30.52%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801631910.060.1500.25276.4317.9569.41
HexB4A3BF6F0191141245
Octal26424327761703142422105
Binary1011010010100011101111111101111011001100010100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A3BF; }

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

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

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

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

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

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

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

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