#B7A8BF

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

Shades of Chatelle #B7A8BF

Tints of Chatelle #B7A8BF

Color information

#B7A8BF (or 0xB7A8BF) is unknown color: approx Chatelle. HEX triplet: B7, A8 and BF. RGB value is (183,168,191). Sum of RGB (Red+Green+Blue) = 183+168+191=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8BF is #485740. Grayscale: #AFAFAF. Windows color (decimal): -4740929 or 12560567. OLE color: 12560567.

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

Color convert

RGB183168191-
CMYK0.040.1200.25
HSL279.13º15.23%70.39%-
HSV(B)279.13º12.04%74.9%-
XYZ42.9441.8355.1-
YUV175.11136.97133.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 191 (75% from 255) = 35.24%
R=33.76%
G=31.00%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831681910.040.1200.25279.1315.2370.39
HexB7A8BF4C019117f46
Octal26725027741403142717106
Binary101101111010100010111111100110001100110001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A8BF; }

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

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

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

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

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

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

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

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