#B8A4BF

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

Shades of Chatelle #B8A4BF

Tints of Chatelle #B8A4BF

Color information

#B8A4BF (or 0xB8A4BF) is unknown color: approx Chatelle. HEX triplet: B8, A4 and BF. RGB value is (184,164,191). Sum of RGB (Red+Green+Blue) = 184+164+191=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4BF is #475B40. Grayscale: #ACACAC. Windows color (decimal): -4676417 or 12559544. OLE color: 12559544.

HSL color Cylindrical-coordinate representation of color #B8A4BF: hue angle of 284.44º 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 #B8A4BF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184164191-
CMYK0.040.1400.25
HSL284.44º17.42%69.61%-
HSV(B)284.44º14.14%74.9%-
XYZ42.4540.554.87-
YUV173.06138.13135.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 191 (75% from 255) = 35.44%
R=34.14%
G=30.43%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841641910.040.1400.25284.4417.4269.61
HexB8A4BF4E01911c1146
Octal27024427741603143421106
Binary1011100010100100101111111001110011001100011100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4BF; }

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

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

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

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

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

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

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

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