#B4AEBE

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

Shades of French Grey #B4AEBE

Tints of French Grey #B4AEBE

Color information

#B4AEBE (or 0xB4AEBE) is unknown color: approx French Grey. HEX triplet: B4, AE and BE. RGB value is (180,174,190). Sum of RGB (Red+Green+Blue) = 180+174+190=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEBE is #4B5141. Grayscale: #B1B1B1. Windows color (decimal): -4936002 or 12496564. OLE color: 12496564.

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

Color convert

RGB180174190-
CMYK0.050.0800.25
HSL262.5º10.96%71.37%-
HSV(B)262.5º8.42%74.51%-
XYZ43.2543.6954.87-
YUV177.62134.99129.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=33.09%
G=31.99%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801741900.050.0800.25262.510.9671.37
HexB4AEBE58019106b47
Octal26425627651003140613107
Binary101101001010111010111110101100001100110000011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEBE; }

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

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

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

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

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

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

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

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