#B6AABE

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

Shades of Chatelle #B6AABE

Tints of Chatelle #B6AABE

Color information

#B6AABE (or 0xB6AABE) is unknown color: approx Chatelle. HEX triplet: B6, AA and BE. RGB value is (182,170,190). Sum of RGB (Red+Green+Blue) = 182+170+190=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AABE is #495541. Grayscale: #AFAFAF. Windows color (decimal): -4805954 or 12495542. OLE color: 12495542.

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

Color convert

RGB182170190-
CMYK0.040.1100.25
HSL276º13.33%70.59%-
HSV(B)276º10.53%74.51%-
XYZ42.9642.4154.64-
YUV175.87135.98132.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=33.58%
G=31.37%
B=35.06%

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
Decimal1821701900.040.1100.2527613.3370.59
HexB6AABE4B019114d47
Octal26625227641303142415107
Binary101101101010101010111110100101101100110001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AABE; }

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

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

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

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

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

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

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

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