#B6AEBD

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

Shades of French Grey #B6AEBD

Tints of French Grey #B6AEBD

Color information

#B6AEBD (or 0xB6AEBD) is unknown color: approx French Grey. HEX triplet: B6, AE and BD. RGB value is (182,174,189). Sum of RGB (Red+Green+Blue) = 182+174+189=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEBD is #495142. Grayscale: #B2B2B2. Windows color (decimal): -4804931 or 12431030. OLE color: 12431030.

HSL color Cylindrical-coordinate representation of color #B6AEBD: hue angle of 272º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6AEBD is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182174189-
CMYK0.040.0800.26
HSL272º10.2%71.18%-
HSV(B)272º7.94%74.12%-
XYZ43.6143.8954.32-
YUV178.1134.15130.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=33.39%
G=31.93%
B=34.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821741890.040.0800.2627210.271.18
HexB6AEBD4801A110a47
Octal26625627541003242012107
Binary101101101010111010111101100100001101010001000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEBD; }

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

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

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

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

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

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

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

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