#B7A1BE

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

Shades of Chatelle #B7A1BE

Tints of Chatelle #B7A1BE

Color information

#B7A1BE (or 0xB7A1BE) is unknown color: approx Chatelle. HEX triplet: B7, A1 and BE. RGB value is (183,161,190). Sum of RGB (Red+Green+Blue) = 183+161+190=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A1BE is #485E41. Grayscale: #AAAAAA. Windows color (decimal): -4742722 or 12493239. OLE color: 12493239.

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

Color convert

RGB183161190-
CMYK0.040.1500.25
HSL285.52º18.24%68.82%-
HSV(B)285.52º15.26%74.51%-
XYZ41.5739.2754.11-
YUV170.88138.79136.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=34.27%
G=30.15%
B=35.58%

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
Decimal1831611900.040.1500.25285.5218.2468.82
HexB7A1BE4F01911e1245
Octal26724127641703143622105
Binary1011011110100001101111101001111011001100011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A1BE; }

 p { color: rgb(183,161,190); }

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

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

 a { background-color: rgb(183,161,190); }

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

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

 span { border-color: rgb(183,161,190); }

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