#BBBFC6

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

Shades of Spindle #BBBFC6

Tints of Spindle #BBBFC6

Color information

#BBBFC6 (or 0xBBBFC6) is unknown color: approx Spindle. HEX triplet: BB, BF and C6. RGB value is (187,191,198). Sum of RGB (Red+Green+Blue) = 187+191+198=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC6 is #444039. Grayscale: #BEBEBE. Windows color (decimal): -4472890 or 13025211. OLE color: 13025211.

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

Color convert

RGB187191198-
CMYK0.060.0400.22
HSL218.18º8.8%75.49%-
HSV(B)218.18º5.56%77.65%-
XYZ49.3251.960.85-
YUV190.6132.17125.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=32.47%
G=33.16%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871911980.060.0400.22218.188.875.49
HexBBBFC664016da94b
Octal2732773066402633211113
Binary1011101110111111110001101101000101101101101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFC6; }

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

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

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

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

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

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

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

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