#B5AEBD

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

Shades of French Grey #B5AEBD

Tints of French Grey #B5AEBD

Color information

#B5AEBD (or 0xB5AEBD) is unknown color: approx French Grey. HEX triplet: B5, AE and BD. RGB value is (181,174,189). Sum of RGB (Red+Green+Blue) = 181+174+189=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEBD is #4A5142. Grayscale: #B1B1B1. Windows color (decimal): -4870467 or 12431029. OLE color: 12431029.

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

Color convert

RGB181174189-
CMYK0.040.0800.26
HSL268º10.2%71.18%-
HSV(B)268º7.94%74.12%-
XYZ43.3843.7754.31-
YUV177.8134.32130.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=33.27%
G=31.99%
B=34.74%

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
Decimal1811741890.040.0800.2626810.271.18
HexB5AEBD4801A10ca47
Octal26525627541003241412107
Binary101101011010111010111101100100001101010000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEBD; }

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

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

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

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

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

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

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

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