#BBAEC7

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

Shades of French Grey #BBAEC7

Tints of French Grey #BBAEC7

Color information

#BBAEC7 (or 0xBBAEC7) is unknown color: approx French Grey. HEX triplet: BB, AE and C7. RGB value is (187,174,199). Sum of RGB (Red+Green+Blue) = 187+174+199=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC7 is #445138. Grayscale: #B4B4B4. Windows color (decimal): -4477241 or 13086395. OLE color: 13086395.

HSL color Cylindrical-coordinate representation of color #BBAEC7: hue angle of 271.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAEC7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187174199-
CMYK0.060.1300.22
HSL271.2º18.25%73.14%-
HSV(B)271.2º12.56%78.04%-
XYZ45.9444.9660.29-
YUV180.74138.31132.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=33.39%
G=31.07%
B=35.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871741990.060.1300.22271.218.2573.14
HexBBAEC76D01610f1249
Octal27325630761502641722111
Binary1011101110101110110001111101101010110100001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEC7; }

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

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

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

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

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

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

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

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