#BBBEC5

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

Shades of Spindle #BBBEC5

Tints of Spindle #BBBEC5

Color information

#BBBEC5 (or 0xBBBEC5) is unknown color: approx Spindle. HEX triplet: BB, BE and C5. RGB value is (187,190,197). Sum of RGB (Red+Green+Blue) = 187+190+197=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC5 is #44413A. Grayscale: #BDBDBD. Windows color (decimal): -4473147 or 12959419. OLE color: 12959419.

HSL color Cylindrical-coordinate representation of color #BBBEC5: hue angle of 222º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBBEC5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187190197-
CMYK0.050.0400.23
HSL222º7.94%75.29%-
HSV(B)222º5.08%77.25%-
XYZ48.9951.4260.17-
YUV189.9132.01125.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=32.58%
G=33.10%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871901970.050.0400.232227.9475.29
HexBBBEC554017de84b
Octal2732763055402733610113
Binary1011101110111110110001011011000101111101111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEC5; }

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

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

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

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

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

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

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

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