#B9A7C0

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

Shades of Chatelle #B9A7C0

Tints of Chatelle #B9A7C0

Color information

#B9A7C0 (or 0xB9A7C0) is unknown color: approx Chatelle. HEX triplet: B9, A7 and C0. RGB value is (185,167,192). Sum of RGB (Red+Green+Blue) = 185+167+192=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9A7C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A7C0 is #46583F. Grayscale: #AFAFAF. Windows color (decimal): -4610112 or 12625849. OLE color: 12625849.

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

Color convert

RGB185167192-
CMYK0.040.1300.25
HSL283.2º16.56%70.39%-
HSV(B)283.2º13.02%75.29%-
XYZ43.3441.7655.64-
YUV175.23137.46134.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=34.01%
G=30.70%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851671920.040.1300.25283.216.5670.39
HexB9A7C04D01911b1146
Octal27124730041503143321106
Binary1011100110100111110000001001101011001100011011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7C0; }

 p { color: rgb(185,167,192); }

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

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

 a { background-color: rgb(185,167,192); }

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

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

 span { border-color: rgb(185,167,192); }

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