#B8AABE

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

Shades of Chatelle #B8AABE

Tints of Chatelle #B8AABE

Color information

#B8AABE (or 0xB8AABE) is unknown color: approx Chatelle. HEX triplet: B8, AA and BE. RGB value is (184,170,190). Sum of RGB (Red+Green+Blue) = 184+170+190=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AABE is #475541. Grayscale: #B0B0B0. Windows color (decimal): -4674882 or 12495544. OLE color: 12495544.

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

Color convert

RGB184170190-
CMYK0.030.1100.25
HSL282º13.33%70.59%-
HSV(B)282º10.53%74.51%-
XYZ43.4442.6654.66-
YUV176.47135.64133.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=33.82%
G=31.25%
B=34.93%

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
Decimal1841701900.030.1100.2528213.3370.59
HexB8AABE3B01911ad47
Octal27025227631303143215107
Binary10111000101010101011111011101101100110001101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AABE; }

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

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

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

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

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

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

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

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