#B9AABE

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

Shades of Chatelle #B9AABE

Tints of Chatelle #B9AABE

Color information

#B9AABE (or 0xB9AABE) is unknown color: approx Chatelle. HEX triplet: B9, AA and BE. RGB value is (185,170,190). Sum of RGB (Red+Green+Blue) = 185+170+190=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AABE is #465541. Grayscale: #B0B0B0. Windows color (decimal): -4609346 or 12495545. OLE color: 12495545.

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

Color convert

RGB185170190-
CMYK0.030.1100.25
HSL285º13.33%70.59%-
HSV(B)285º10.53%74.51%-
XYZ43.6842.7854.67-
YUV176.76135.47133.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=33.94%
G=31.19%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851701900.030.1100.2528513.3370.59
HexB9AABE3B01911dd47
Octal27125227631303143515107
Binary10111001101010101011111011101101100110001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AABE; }

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

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

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

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

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

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

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

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