#BBBABD

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

Shades of French Grey #BBBABD

Tints of French Grey #BBBABD

Color information

#BBBABD (or 0xBBBABD) is unknown color: approx French Grey. HEX triplet: BB, BA and BD. RGB value is (187,186,189). Sum of RGB (Red+Green+Blue) = 187+186+189=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABD is #444542. Grayscale: #BABABA. Windows color (decimal): -4474179 or 12434107. OLE color: 12434107.

HSL color Cylindrical-coordinate representation of color #BBBABD: hue angle of 260º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBABD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187186189-
CMYK0.010.0200.26
HSL260º2.22%73.53%-
HSV(B)260º1.59%74.12%-
XYZ47.2449.3655.18-
YUV186.64129.33128.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=33.27%
G=33.10%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871861890.010.0200.262602.2273.53
HexBBBABD1201A10424a
Octal273272275120324042112
Binary101110111011101010111101110011010100000100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBABD; }

 p { color: rgb(187,186,189); }

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

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

 a { background-color: rgb(187,186,189); }

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

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

 span { border-color: rgb(187,186,189); }

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