#B4AEBD

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

Shades of French Grey #B4AEBD

Tints of French Grey #B4AEBD

Color information

#B4AEBD (or 0xB4AEBD) is unknown color: approx French Grey. HEX triplet: B4, AE and BD. RGB value is (180,174,189). Sum of RGB (Red+Green+Blue) = 180+174+189=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEBD is #4B5142. Grayscale: #B1B1B1. Windows color (decimal): -4936003 or 12431028. OLE color: 12431028.

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

Color convert

RGB180174189-
CMYK0.050.0800.26
HSL264º10.2%71.18%-
HSV(B)264º7.94%74.12%-
XYZ43.1443.6554.3-
YUV177.5134.49129.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=33.15%
G=32.04%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801741890.050.0800.2626410.271.18
HexB4AEBD5801A108a47
Octal26425627551003241012107
Binary101101001010111010111101101100001101010000100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEBD; }

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

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

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

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

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

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

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

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