#BBBEC6

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

Shades of Spindle #BBBEC6

Tints of Spindle #BBBEC6

Color information

#BBBEC6 (or 0xBBBEC6) is unknown color: approx Spindle. HEX triplet: BB, BE and C6. RGB value is (187,190,198). Sum of RGB (Red+Green+Blue) = 187+190+198=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC6 is #444139. Grayscale: #BDBDBD. Windows color (decimal): -4473146 or 13024955. OLE color: 13024955.

HSL color Cylindrical-coordinate representation of color #BBBEC6: hue angle of 223.64º 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 #BBBEC6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187190198-
CMYK0.060.0400.22
HSL223.64º8.8%75.49%-
HSV(B)223.64º5.56%77.65%-
XYZ49.151.4760.77-
YUV190.02132.51125.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=32.52%
G=33.04%
B=34.43%

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
Decimal1871901980.060.0400.22223.648.875.49
HexBBBEC664016e094b
Octal2732763066402634011113
Binary1011101110111110110001101101000101101110000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEC6; }

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

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

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

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

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

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

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

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