#B7A4BE

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

Shades of Chatelle #B7A4BE

Tints of Chatelle #B7A4BE

Color information

#B7A4BE (or 0xB7A4BE) is unknown color: approx Chatelle. HEX triplet: B7, A4 and BE. RGB value is (183,164,190). Sum of RGB (Red+Green+Blue) = 183+164+190=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7A4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4BE is #485B41. Grayscale: #ACACAC. Windows color (decimal): -4741954 or 12494007. OLE color: 12494007.

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

Color convert

RGB183164190-
CMYK0.040.1400.25
HSL283.85º16.67%69.41%-
HSV(B)283.85º13.68%74.51%-
XYZ42.140.3454.28-
YUV172.64137.79135.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=34.08%
G=30.54%
B=35.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831641900.040.1400.25283.8516.6769.41
HexB7A4BE4E01911c1145
Octal26724427641603143421105
Binary1011011110100100101111101001110011001100011100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4BE; }

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

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

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

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

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

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

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

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