#BBAFC6

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

Shades of French Grey #BBAFC6

Tints of French Grey #BBAFC6

Color information

#BBAFC6 (or 0xBBAFC6) is unknown color: approx French Grey. HEX triplet: BB, AF and C6. RGB value is (187,175,198). Sum of RGB (Red+Green+Blue) = 187+175+198=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC6 is #445039. Grayscale: #B5B5B5. Windows color (decimal): -4476986 or 13021115. OLE color: 13021115.

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

Color convert

RGB187175198-
CMYK0.060.1200.22
HSL271.3º16.79%73.14%-
HSV(B)271.3º11.62%77.65%-
XYZ46.0245.359.74-
YUV181.21137.48132.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 198 (77.73% from 255) = 35.36%
R=33.39%
G=31.25%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871751980.060.1200.22271.316.7973.14
HexBBAFC66C01610f1149
Octal27325730661402641721111
Binary1011101110101111110001101101100010110100001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFC6; }

 p { color: rgb(187,175,198); }

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

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

 a { background-color: rgb(187,175,198); }

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

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

 span { border-color: rgb(187,175,198); }

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