#BBAEC5

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

Shades of French Grey #BBAEC5

Tints of French Grey #BBAEC5

Color information

#BBAEC5 (or 0xBBAEC5) is unknown color: approx French Grey. HEX triplet: BB, AE and C5. RGB value is (187,174,197). Sum of RGB (Red+Green+Blue) = 187+174+197=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC5 is #44513A. Grayscale: #B4B4B4. Windows color (decimal): -4477243 or 12955323. OLE color: 12955323.

HSL color Cylindrical-coordinate representation of color #BBAEC5: hue angle of 273.91º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAEC5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187174197-
CMYK0.050.1200.23
HSL273.91º16.55%72.75%-
HSV(B)273.91º11.68%77.25%-
XYZ45.7144.8759.07-
YUV180.51137.31132.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=33.51%
G=31.18%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871741970.050.1200.23273.9116.5572.75
HexBBAEC55C0171121149
Octal27325630551402742221111
Binary1011101110101110110001011011100010111100010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEC5; }

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

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

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

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

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

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

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

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