#B3AEBE

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

Shades of French Grey #B3AEBE

Tints of French Grey #B3AEBE

Color information

#B3AEBE (or 0xB3AEBE) is unknown color: approx French Grey. HEX triplet: B3, AE and BE. RGB value is (179,174,190). Sum of RGB (Red+Green+Blue) = 179+174+190=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEBE is #4C5141. Grayscale: #B1B1B1. Windows color (decimal): -5001538 or 12496563. OLE color: 12496563.

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

Color convert

RGB179174190-
CMYK0.060.0800.25
HSL258.75º10.96%71.37%-
HSV(B)258.75º8.42%74.51%-
XYZ43.0243.5754.86-
YUV177.32135.16129.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=32.97%
G=32.04%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791741900.060.0800.25258.7510.9671.37
HexB3AEBE68019103b47
Octal26325627661003140313107
Binary101100111010111010111110110100001100110000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEBE; }

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

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

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

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

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

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

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

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