#B7A3BF

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

Shades of Chatelle #B7A3BF

Tints of Chatelle #B7A3BF

Color information

#B7A3BF (or 0xB7A3BF) is unknown color: approx Chatelle. HEX triplet: B7, A3 and BF. RGB value is (183,163,191). Sum of RGB (Red+Green+Blue) = 183+163+191=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A3BF is #485C40. Grayscale: #ACACAC. Windows color (decimal): -4742209 or 12559287. OLE color: 12559287.

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

Color convert

RGB183163191-
CMYK0.040.1500.25
HSL282.86º17.95%69.41%-
HSV(B)282.86º14.66%74.9%-
XYZ42.0340.0254.8-
YUV172.17138.63135.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 191 (75% from 255) = 35.57%
R=34.08%
G=30.35%
B=35.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831631910.040.1500.25282.8617.9569.41
HexB7A3BF4F01911b1245
Octal26724327741703143322105
Binary1011011110100011101111111001111011001100011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A3BF; }

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

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

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

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

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

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

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

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