#B6AEBE

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

Shades of French Grey #B6AEBE

Tints of French Grey #B6AEBE

Color information

#B6AEBE (or 0xB6AEBE) is unknown color: approx French Grey. HEX triplet: B6, AE and BE. RGB value is (182,174,190). Sum of RGB (Red+Green+Blue) = 182+174+190=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEBE is #495141. Grayscale: #B2B2B2. Windows color (decimal): -4804930 or 12496566. OLE color: 12496566.

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

Color convert

RGB182174190-
CMYK0.040.0800.25
HSL270º10.96%71.37%-
HSV(B)270º8.42%74.51%-
XYZ43.7243.9354.89-
YUV178.22134.65130.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=33.33%
G=31.87%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821741900.040.0800.2527010.9671.37
HexB6AEBE4801910eb47
Octal26625627641003141613107
Binary101101101010111010111110100100001100110000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEBE; }

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

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

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

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

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

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

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

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