#B3A4BD

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

Shades of Chatelle #B3A4BD

Tints of Chatelle #B3A4BD

Color information

#B3A4BD (or 0xB3A4BD) is unknown color: approx Chatelle. HEX triplet: B3, A4 and BD. RGB value is (179,164,189). Sum of RGB (Red+Green+Blue) = 179+164+189=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3A4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4BD is #4C5B42. Grayscale: #ABABAB. Windows color (decimal): -5004099 or 12428467. OLE color: 12428467.

HSL color Cylindrical-coordinate representation of color #B3A4BD: hue angle of 276º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3A4BD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179164189-
CMYK0.050.1300.26
HSL276º15.92%69.22%-
HSV(B)276º13.23%74.12%-
XYZ41.0539.8153.66-
YUV171.33137.97133.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=33.65%
G=30.83%
B=35.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791641890.050.1300.2627615.9269.22
HexB3A4BD5D01A1141045
Octal26324427551503242420105
Binary1011001110100100101111011011101011010100010100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A4BD; }

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

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

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

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

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

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

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

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