#B2AEBB

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

Shades of French Grey #B2AEBB

Tints of French Grey #B2AEBB

Color information

#B2AEBB (or 0xB2AEBB) is unknown color: approx French Grey. HEX triplet: B2, AE and BB. RGB value is (178,174,187). Sum of RGB (Red+Green+Blue) = 178+174+187=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEBB is #4D5144. Grayscale: #B0B0B0. Windows color (decimal): -5067077 or 12299954. OLE color: 12299954.

HSL color Cylindrical-coordinate representation of color #B2AEBB: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2AEBB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178174187-
CMYK0.050.0700.27
HSL258.46º8.72%70.78%-
HSV(B)258.46º6.95%73.33%-
XYZ42.4743.3253.14-
YUV176.68133.83128.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=33.02%
G=32.28%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781741870.050.0700.27258.468.7270.78
HexB2AEBB5701B102947
Octal2622562735703340211107
Binary10110010101011101011101110111101101110000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEBB; }

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

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

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

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

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

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

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

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