#B7AABF

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

Shades of Chatelle #B7AABF

Tints of Chatelle #B7AABF

Color information

#B7AABF (or 0xB7AABF) is unknown color: approx Chatelle. HEX triplet: B7, AA and BF. RGB value is (183,170,191). Sum of RGB (Red+Green+Blue) = 183+170+191=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AABF is #485540. Grayscale: #B0B0B0. Windows color (decimal): -4740417 or 12561079. OLE color: 12561079.

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

Color convert

RGB183170191-
CMYK0.040.1100.25
HSL277.14º14.09%70.78%-
HSV(B)277.14º10.99%74.9%-
XYZ43.3142.5855.23-
YUV176.28136.31132.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 191 (75% from 255) = 35.11%
R=33.64%
G=31.25%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831701910.040.1100.25277.1414.0970.78
HexB7AABF4B019115e47
Octal26725227741303142516107
Binary101101111010101010111111100101101100110001010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AABF; }

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

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

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

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

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

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

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

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