#B7AABE

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

Shades of Chatelle #B7AABE

Tints of Chatelle #B7AABE

Color information

#B7AABE (or 0xB7AABE) is unknown color: approx Chatelle. HEX triplet: B7, AA and BE. RGB value is (183,170,190). Sum of RGB (Red+Green+Blue) = 183+170+190=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AABE is #485541. Grayscale: #B0B0B0. Windows color (decimal): -4740418 or 12495543. OLE color: 12495543.

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

Color convert

RGB183170190-
CMYK0.040.1100.25
HSL279º13.33%70.59%-
HSV(B)279º10.53%74.51%-
XYZ43.242.5354.65-
YUV176.17135.81132.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=33.70%
G=31.31%
B=34.99%

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
Decimal1831701900.040.1100.2527913.3370.59
HexB7AABE4B019117d47
Octal26725227641303142715107
Binary101101111010101010111110100101101100110001011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AABE; }

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

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

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

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

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

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

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

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