#BBBABC

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

Shades of French Grey #BBBABC

Tints of French Grey #BBBABC

Color information

#BBBABC (or 0xBBBABC) is unknown color: approx French Grey. HEX triplet: BB, BA and BC. RGB value is (187,186,188). Sum of RGB (Red+Green+Blue) = 187+186+188=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABC is #444543. Grayscale: #BABABA. Windows color (decimal): -4474180 or 12368571. OLE color: 12368571.

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

Color convert

RGB187186188-
CMYK0.010.0100.26
HSL270º1.47%73.33%-
HSV(B)270º1.06%73.73%-
XYZ47.1349.3154.61-
YUV186.53128.83128.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=33.33%
G=33.16%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871861880.010.0100.262701.4773.33
HexBBBABC1101A10e149
Octal273272274110324161111
Binary1011101110111010101111001101101010000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBABC; }

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

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

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

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

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

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

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

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