#B6AEBA

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

Shades of Chatelle #B6AEBA

Tints of Chatelle #B6AEBA

Color information

#B6AEBA (or 0xB6AEBA) is unknown color: approx Chatelle. HEX triplet: B6, AE and BA. RGB value is (182,174,186). Sum of RGB (Red+Green+Blue) = 182+174+186=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEBA is #495145. Grayscale: #B1B1B1. Windows color (decimal): -4804934 or 12234422. OLE color: 12234422.

HSL color Cylindrical-coordinate representation of color #B6AEBA: hue angle of 280º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6AEBA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182174186-
CMYK0.020.0600.27
HSL280º8%70.59%-
HSV(B)280º6.45%72.94%-
XYZ43.2943.7652.62-
YUV177.76132.65131.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=33.58%
G=32.10%
B=34.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821741860.020.0600.27280870.59
HexB6AEBA2601B118847
Octal2662562722603343010107
Binary1011011010101110101110101011001101110001100010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEBA; }

 p { color: rgb(182,174,186); }

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

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

 a { background-color: rgb(182,174,186); }

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

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

 span { border-color: rgb(182,174,186); }

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