#B2AEB8

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

Shades of French Grey #B2AEB8

Tints of French Grey #B2AEB8

Color information

#B2AEB8 (or 0xB2AEB8) is unknown color: approx French Grey. HEX triplet: B2, AE and B8. RGB value is (178,174,184). Sum of RGB (Red+Green+Blue) = 178+174+184=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 184 - color contains mainly: blue. Hex color #B2AEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEB8 is #4D5147. Grayscale: #B0B0B0. Windows color (decimal): -5067080 or 12103346. OLE color: 12103346.

HSL color Cylindrical-coordinate representation of color #B2AEB8: hue angle of 264º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2AEB8 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB178174184-
CMYK0.030.0500.28
HSL264º6.58%70.2%-
HSV(B)264º5.43%72.16%-
XYZ42.1543.251.46-
YUV176.34132.33129.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 184 (72.27% from 255) = 34.33%
R=33.21%
G=32.46%
B=34.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781741840.030.0500.282646.5870.2
HexB2AEB83501C108746
Octal262256270350344107106
Binary101100101010111010111000111010111001000010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEB8; }

 p { color: rgb(178,174,184); }

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

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

 a { background-color: rgb(178,174,184); }

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

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

 span { border-color: rgb(178,174,184); }

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