#B4A8BF

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

Shades of Chatelle #B4A8BF

Tints of Chatelle #B4A8BF

Color information

#B4A8BF (or 0xB4A8BF) is unknown color: approx Chatelle. HEX triplet: B4, A8 and BF. RGB value is (180,168,191). Sum of RGB (Red+Green+Blue) = 180+168+191=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 168 (66.02% from 255 or 31.17% 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 #B4A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8BF is #4B5740. Grayscale: #AEAEAE. Windows color (decimal): -4937537 or 12560564. OLE color: 12560564.

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

Color convert

RGB180168191-
CMYK0.060.1200.25
HSL271.3º15.23%70.39%-
HSV(B)271.3º12.04%74.9%-
XYZ42.2341.4755.07-
YUV174.21137.48132.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 191 (75% from 255) = 35.44%
R=33.40%
G=31.17%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801681910.060.1200.25271.315.2370.39
HexB4A8BF6C01910ff46
Octal26425027761403141717106
Binary101101001010100010111111110110001100110000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8BF; }

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

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

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

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

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

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

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

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