#B3A4BF

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

Shades of Chatelle #B3A4BF

Tints of Chatelle #B3A4BF

Color information

#B3A4BF (or 0xB3A4BF) is unknown color: approx Chatelle. HEX triplet: B3, A4 and BF. RGB value is (179,164,191). Sum of RGB (Red+Green+Blue) = 179+164+191=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 164 (64.45% from 255 or 30.71% 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 #B3A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4BF is #4C5B40. Grayscale: #ABABAB. Windows color (decimal): -5004097 or 12559539. OLE color: 12559539.

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

Color convert

RGB179164191-
CMYK0.060.1400.25
HSL273.33º17.42%69.61%-
HSV(B)273.33º14.14%74.9%-
XYZ41.2739.954.82-
YUV171.56138.97133.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 191 (75% from 255) = 35.77%
R=33.52%
G=30.71%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791641910.060.1400.25273.3317.4269.61
HexB3A4BF6E0191111146
Octal26324427761603142121106
Binary1011001110100100101111111101110011001100010001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A4BF; }

 p { color: rgb(179,164,191); }

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

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

 a { background-color: rgb(179,164,191); }

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

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

 span { border-color: rgb(179,164,191); }

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