#B7A0BF

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

Shades of Chatelle #B7A0BF

Tints of Chatelle #B7A0BF

Color information

#B7A0BF (or 0xB7A0BF) is unknown color: approx Chatelle. HEX triplet: B7, A0 and BF. RGB value is (183,160,191). Sum of RGB (Red+Green+Blue) = 183+160+191=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0BF is #485F40. Grayscale: #AAAAAA. Windows color (decimal): -4742977 or 12558519. OLE color: 12558519.

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

Color convert

RGB183160191-
CMYK0.040.1600.25
HSL284.52º19.5%68.82%-
HSV(B)284.52º16.23%74.9%-
XYZ41.538.9754.62-
YUV170.41139.62136.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 191 (75% from 255) = 35.77%
R=34.27%
G=29.96%
B=35.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831601910.040.1600.25284.5219.568.82
HexB7A0BF41001911d1345
Octal26724027742003143523105
Binary10110111101000001011111110010000011001100011101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0BF; }

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

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

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

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

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

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

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

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